Shades of Cerulean Blue #214ADC
Tints of Cerulean Blue #214ADC
RGB
CMYK
RGB Variations
Color information
#214ADC (or 0x214ADC) is known color: Cerulean Blue. HEX triplet: 21, 4A and DC. RGB value is (33,74,220). Sum of RGB (Red+Green+Blue) = 33+74+220=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #214ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214ADC is #DEB523. Grayscale: #4D4D4D. Windows color (decimal): -14595364 or 14436897. OLE color: 14436897.
HSL color Cylindrical-coordinate representation of color #214ADC: hue angle of 226.84º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214ADC is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 74 | 220 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.14 |
| HSL | 226.84º | 0.74% | 0.5% | - |
| HSV(B) | 226.84º | 0.85% | 0.86% | - |
| XYZ | 15.99 | 10.39 | 68.87 | - |
| YUV | 78.39 | 207.92 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 220 | 0.85 | 0.66 | 0 | 0.14 | 226.84 | 0.74 | 0.5 |
| Hex | 21 | 4A | DC | 55 | 42 | 0 | E | E3 | 4A | 32 |
| Octal | 41 | 112 | 334 | 125 | 102 | 0 | 16 | 343 | 112 | 62 |
| Binary | 100001 | 1001010 | 11011100 | 1010101 | 1000010 | 0 | 1110 | 11100011 | 1001010 | 110010 |
Color Harmonies of #214ADC
Complementary color
Monochromatic Colors of #214ADC
Black with #214ADC
Text Example
Text Example
White with #214ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214ADC; }
p { color: rgb(33,74,220); }
H1.HeaderClassName
{
color: #214ADC;
}
.AnyTagClassName
{
color: #214ADC;
}
</style>
background-color css
<style>
a { background-color: #214ADC; }
a { background-color: rgb(33,74,220); }
div.DivClassName
{
background-color: #214ADC;
}
.BgClassName
{
background-color: #214ADC;
}
</style>
border-color css
<style>
span { border-color: #214ADC; }
span { border-color: rgb(33,74,220); }
td.TdClassName
{
border-color: #214ADC;
}
.TagClassName
{
border-color: #214ADC;
}
</style>