Shades of Cerulean Blue #214AD6
Tints of Cerulean Blue #214AD6
RGB
CMYK
RGB Variations
Color information
#214AD6 (or 0x214AD6) is known color: Cerulean Blue. HEX triplet: 21, 4A and D6. RGB value is (33,74,214). Sum of RGB (Red+Green+Blue) = 33+74+214=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 214 (83.98% from 255 or 66.67% from 321); Max value from RGB is 214 - color contains mainly: blue. Hex color #214AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214AD6 is #DEB529. Grayscale: #4D4D4D. Windows color (decimal): -14595370 or 14043681. OLE color: 14043681.
HSL color Cylindrical-coordinate representation of color #214AD6: hue angle of 226.41º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214AD6 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 74 | 214 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.16 |
| HSL | 226.41º | 0.73% | 0.48% | - |
| HSV(B) | 226.41º | 0.85% | 0.84% | - |
| XYZ | 15.21 | 10.08 | 64.76 | - |
| YUV | 77.7 | 204.92 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 214 | 0.85 | 0.65 | 0 | 0.16 | 226.41 | 0.73 | 0.48 |
| Hex | 21 | 4A | D6 | 55 | 41 | 0 | 10 | E2 | 49 | 30 |
| Octal | 41 | 112 | 326 | 125 | 101 | 0 | 20 | 342 | 111 | 60 |
| Binary | 100001 | 1001010 | 11010110 | 1010101 | 1000001 | 0 | 10000 | 11100010 | 1001001 | 110000 |
Color Harmonies of #214AD6
Complementary color
Monochromatic Colors of #214AD6
Black with #214AD6
Text Example
Text Example
White with #214AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214AD6; }
p { color: rgb(33,74,214); }
H1.HeaderClassName
{
color: #214AD6;
}
.AnyTagClassName
{
color: #214AD6;
}
</style>
background-color css
<style>
a { background-color: #214AD6; }
a { background-color: rgb(33,74,214); }
div.DivClassName
{
background-color: #214AD6;
}
.BgClassName
{
background-color: #214AD6;
}
</style>
border-color css
<style>
span { border-color: #214AD6; }
span { border-color: rgb(33,74,214); }
td.TdClassName
{
border-color: #214AD6;
}
.TagClassName
{
border-color: #214AD6;
}
</style>