Shades of Cerulean Blue #214BD2
Tints of Cerulean Blue #214BD2
RGB
CMYK
RGB Variations
Color information
#214BD2 (or 0x214BD2) is known color: Cerulean Blue. HEX triplet: 21, 4B and D2. RGB value is (33,75,210). Sum of RGB (Red+Green+Blue) = 33+75+210=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 210 (82.42% from 255 or 66.04% from 318); Max value from RGB is 210 - color contains mainly: blue. Hex color #214BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214BD2 is #DEB42D. Grayscale: #4D4D4D. Windows color (decimal): -14595118 or 13781793. OLE color: 13781793.
HSL color Cylindrical-coordinate representation of color #214BD2: hue angle of 225.76º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214BD2 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 75 | 210 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.18 |
| HSL | 225.76º | 0.73% | 0.48% | - |
| HSV(B) | 225.76º | 0.84% | 0.82% | - |
| XYZ | 14.78 | 10.01 | 62.13 | - |
| YUV | 77.83 | 202.59 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 210 | 0.84 | 0.64 | 0 | 0.18 | 225.76 | 0.73 | 0.48 |
| Hex | 21 | 4B | D2 | 54 | 40 | 0 | 12 | E2 | 49 | 30 |
| Octal | 41 | 113 | 322 | 124 | 100 | 0 | 22 | 342 | 111 | 60 |
| Binary | 100001 | 1001011 | 11010010 | 1010100 | 1000000 | 0 | 10010 | 11100010 | 1001001 | 110000 |
Color Harmonies of #214BD2
Complementary color
Monochromatic Colors of #214BD2
Black with #214BD2
Text Example
Text Example
White with #214BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214BD2; }
p { color: rgb(33,75,210); }
H1.HeaderClassName
{
color: #214BD2;
}
.AnyTagClassName
{
color: #214BD2;
}
</style>
background-color css
<style>
a { background-color: #214BD2; }
a { background-color: rgb(33,75,210); }
div.DivClassName
{
background-color: #214BD2;
}
.BgClassName
{
background-color: #214BD2;
}
</style>
border-color css
<style>
span { border-color: #214BD2; }
span { border-color: rgb(33,75,210); }
td.TdClassName
{
border-color: #214BD2;
}
.TagClassName
{
border-color: #214BD2;
}
</style>