Shades of Cerulean Blue #214FB5
Tints of Cerulean Blue #214FB5
RGB
CMYK
RGB Variations
Color information
#214FB5 (or 0x214FB5) is known color: Cerulean Blue. HEX triplet: 21, 4F and B5. RGB value is (33,79,181). Sum of RGB (Red+Green+Blue) = 33+79+181=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 181 (71.09% from 255 or 61.77% from 293); Max value from RGB is 181 - color contains mainly: blue. Hex color #214FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214FB5 is #DEB04A. Grayscale: #4C4C4C. Windows color (decimal): -14594123 or 11882273. OLE color: 11882273.
HSL color Cylindrical-coordinate representation of color #214FB5: hue angle of 221.35º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214FB5 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 79 | 181 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.29 |
| HSL | 221.35º | 0.69% | 0.42% | - |
| HSV(B) | 221.35º | 0.82% | 0.71% | - |
| XYZ | 11.76 | 9.25 | 44.88 | - |
| YUV | 76.87 | 186.76 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 181 | 0.82 | 0.56 | 0 | 0.29 | 221.35 | 0.69 | 0.42 |
| Hex | 21 | 4F | B5 | 52 | 38 | 0 | 1D | DD | 45 | 2A |
| Octal | 41 | 117 | 265 | 122 | 70 | 0 | 35 | 335 | 105 | 52 |
| Binary | 100001 | 1001111 | 10110101 | 1010010 | 111000 | 0 | 11101 | 11011101 | 1000101 | 101010 |
Color Harmonies of #214FB5
Complementary color
Monochromatic Colors of #214FB5
Black with #214FB5
Text Example
Text Example
White with #214FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214FB5; }
p { color: rgb(33,79,181); }
H1.HeaderClassName
{
color: #214FB5;
}
.AnyTagClassName
{
color: #214FB5;
}
</style>
background-color css
<style>
a { background-color: #214FB5; }
a { background-color: rgb(33,79,181); }
div.DivClassName
{
background-color: #214FB5;
}
.BgClassName
{
background-color: #214FB5;
}
</style>
border-color css
<style>
span { border-color: #214FB5; }
span { border-color: rgb(33,79,181); }
td.TdClassName
{
border-color: #214FB5;
}
.TagClassName
{
border-color: #214FB5;
}
</style>