Shades of Cerulean Blue #214AE2
Tints of Cerulean Blue #214AE2
RGB
CMYK
RGB Variations
Color information
#214AE2 (or 0x214AE2) is known color: Cerulean Blue. HEX triplet: 21, 4A and E2. RGB value is (33,74,226). Sum of RGB (Red+Green+Blue) = 33+74+226=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 226 (88.67% from 255 or 67.87% from 333); Max value from RGB is 226 - color contains mainly: blue. Hex color #214AE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214AE2 is #DEB51D. Grayscale: #4E4E4E. Windows color (decimal): -14595358 or 14830113. OLE color: 14830113.
HSL color Cylindrical-coordinate representation of color #214AE2: hue angle of 227.25º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214AE2 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 74 | 226 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.11 |
| HSL | 227.25º | 0.77% | 0.51% | - |
| HSV(B) | 227.25º | 0.85% | 0.89% | - |
| XYZ | 16.8 | 10.71 | 73.13 | - |
| YUV | 79.07 | 210.92 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 226 | 0.85 | 0.67 | 0 | 0.11 | 227.25 | 0.77 | 0.51 |
| Hex | 21 | 4A | E2 | 55 | 43 | 0 | B | E3 | 4D | 33 |
| Octal | 41 | 112 | 342 | 125 | 103 | 0 | 13 | 343 | 115 | 63 |
| Binary | 100001 | 1001010 | 11100010 | 1010101 | 1000011 | 0 | 1011 | 11100011 | 1001101 | 110011 |
Color Harmonies of #214AE2
Complementary color
Monochromatic Colors of #214AE2
Black with #214AE2
Text Example
Text Example
White with #214AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214AE2; }
p { color: rgb(33,74,226); }
H1.HeaderClassName
{
color: #214AE2;
}
.AnyTagClassName
{
color: #214AE2;
}
</style>
background-color css
<style>
a { background-color: #214AE2; }
a { background-color: rgb(33,74,226); }
div.DivClassName
{
background-color: #214AE2;
}
.BgClassName
{
background-color: #214AE2;
}
</style>
border-color css
<style>
span { border-color: #214AE2; }
span { border-color: rgb(33,74,226); }
td.TdClassName
{
border-color: #214AE2;
}
.TagClassName
{
border-color: #214AE2;
}
</style>