RGB, CMYK, HSV, and HSL values for the color represented by the HEX code #0000ff.
RGB: 0, 0, 255 | CMYK: 100%, 100%, 0%, 0% |
HSV: H: 240° S: 100% V: 100% | HSL: H: 240° S: 100% L: 50% |
#0000FF Color Preview
#0000ff is a shade of blue color with RGB values (0, 0, 255). As mentioned above, this color is a combination of CMYK: 100% Cyan, 100% Magenta, 0 Yellow, and 0% Key (Black) in the CMYK color model.
As mentioned in the table, the HSL cylindrical-coordinate representations have the following values: Hue (H): 240°, Saturation (S): 100%, and Lightness (L): 50%.
The HSV values for #0000ff are as follows: Hue (H): 240°, Saturation (S): 100%, Value (V): 100%.
RGB Values
RGB Values in Percentage
CMYK Distribution
Below is the visual demonstration of #0000FF color shade that interacts to create distinct effects on black and white backgrounds and texts.
<div style="color: #0000FF; background-color: #000000;">This is sample text</div>
<div style="color: #000000; background-color: #0000FF;">This is sample text</div>
<div style="color: #ffffff; background-color: #0000FF;">This is sample text</div>
<div style="color: #0000FF;">This is sample text</div>
CSS Codes
You can freely substitute any of these values for CSS properties that require a color input: color, background color, and border color.
color: rgb(0, 0, 225);
color: #0000ff;
Examples
color: rgb(0, 0, 225);
background-color: rgb(0, 0, 225);
border-color: rgb(0, 0, 225);
color: #0000ff;
background-color: #0000ff;
border-color: #0000ff;
Color schemes with #0000FF
Analogous
Here, the analogous color with hex code #0000FF has #8000FF and #0080FF at 30 degrees clockwise and counterclockwise.
Monochromatic
For the shade with hex code #0000FF, a monochromatic palette will feature a corresponding shade #3333FF, originating from the same hue.
Triadic
The triadic palette built around #0000FF uses two accents #FF0000 and #00FF00, each 120 degrees apart from the main hue.
Complementary
The complementary color for #0000FF is #FFFF00.
Tetradic
Here, for the primary color #0000FF, the complementary shade is #FF0080 plus two accent colors, i.e., #FFFF00 and #00FF80.