Shades of Cerulean Blue #214ADD
Tints of Cerulean Blue #214ADD
RGB
CMYK
RGB Variations
Color information
#214ADD (or 0x214ADD) is known color: Cerulean Blue. HEX triplet: 21, 4A and DD. RGB value is (33,74,221). Sum of RGB (Red+Green+Blue) = 33+74+221=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #214ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214ADD is #DEB522. Grayscale: #4D4D4D. Windows color (decimal): -14595363 or 14502433. OLE color: 14502433.
HSL color Cylindrical-coordinate representation of color #214ADD: hue angle of 226.91º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214ADD is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 74 | 221 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.13 |
| HSL | 226.91º | 0.74% | 0.5% | - |
| HSV(B) | 226.91º | 0.85% | 0.87% | - |
| XYZ | 16.13 | 10.44 | 69.57 | - |
| YUV | 78.5 | 208.42 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 221 | 0.85 | 0.67 | 0 | 0.13 | 226.91 | 0.74 | 0.5 |
| Hex | 21 | 4A | DD | 55 | 43 | 0 | D | E3 | 4A | 32 |
| Octal | 41 | 112 | 335 | 125 | 103 | 0 | 15 | 343 | 112 | 62 |
| Binary | 100001 | 1001010 | 11011101 | 1010101 | 1000011 | 0 | 1101 | 11100011 | 1001010 | 110010 |
Color Harmonies of #214ADD
Complementary color
Monochromatic Colors of #214ADD
Black with #214ADD
Text Example
Text Example
White with #214ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214ADD; }
p { color: rgb(33,74,221); }
H1.HeaderClassName
{
color: #214ADD;
}
.AnyTagClassName
{
color: #214ADD;
}
</style>
background-color css
<style>
a { background-color: #214ADD; }
a { background-color: rgb(33,74,221); }
div.DivClassName
{
background-color: #214ADD;
}
.BgClassName
{
background-color: #214ADD;
}
</style>
border-color css
<style>
span { border-color: #214ADD; }
span { border-color: rgb(33,74,221); }
td.TdClassName
{
border-color: #214ADD;
}
.TagClassName
{
border-color: #214ADD;
}
</style>