Shades of Cerulean Blue #214ADB
Tints of Cerulean Blue #214ADB
RGB
CMYK
RGB Variations
Color information
#214ADB (or 0x214ADB) is known color: Cerulean Blue. HEX triplet: 21, 4A and DB. RGB value is (33,74,219). Sum of RGB (Red+Green+Blue) = 33+74+219=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #214ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214ADB is #DEB524. Grayscale: #4D4D4D. Windows color (decimal): -14595365 or 14371361. OLE color: 14371361.
HSL color Cylindrical-coordinate representation of color #214ADB: hue angle of 226.77º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214ADB is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 74 | 219 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.14 |
| HSL | 226.77º | 0.74% | 0.49% | - |
| HSV(B) | 226.77º | 0.85% | 0.86% | - |
| XYZ | 15.86 | 10.34 | 68.18 | - |
| YUV | 78.27 | 207.42 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 219 | 0.85 | 0.66 | 0 | 0.14 | 226.77 | 0.74 | 0.49 |
| Hex | 21 | 4A | DB | 55 | 42 | 0 | E | E3 | 4A | 31 |
| Octal | 41 | 112 | 333 | 125 | 102 | 0 | 16 | 343 | 112 | 61 |
| Binary | 100001 | 1001010 | 11011011 | 1010101 | 1000010 | 0 | 1110 | 11100011 | 1001010 | 110001 |
Color Harmonies of #214ADB
Complementary color
Monochromatic Colors of #214ADB
Black with #214ADB
Text Example
Text Example
White with #214ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214ADB; }
p { color: rgb(33,74,219); }
H1.HeaderClassName
{
color: #214ADB;
}
.AnyTagClassName
{
color: #214ADB;
}
</style>
background-color css
<style>
a { background-color: #214ADB; }
a { background-color: rgb(33,74,219); }
div.DivClassName
{
background-color: #214ADB;
}
.BgClassName
{
background-color: #214ADB;
}
</style>
border-color css
<style>
span { border-color: #214ADB; }
span { border-color: rgb(33,74,219); }
td.TdClassName
{
border-color: #214ADB;
}
.TagClassName
{
border-color: #214ADB;
}
</style>