Shades of Cerulean Blue #224EDB
Tints of Cerulean Blue #224EDB
RGB
CMYK
RGB Variations
Color information
#224EDB (or 0x224EDB) is known color: Cerulean Blue. HEX triplet: 22, 4E and DB. RGB value is (34,78,219). Sum of RGB (Red+Green+Blue) = 34+78+219=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #224EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224EDB is #DDB124. Grayscale: #505050. Windows color (decimal): -14528805 or 14372386. OLE color: 14372386.
HSL color Cylindrical-coordinate representation of color #224EDB: hue angle of 225.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #224EDB is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 78 | 219 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.14 |
| HSL | 225.73º | 0.73% | 0.5% | - |
| HSV(B) | 225.73º | 0.84% | 0.86% | - |
| XYZ | 16.17 | 10.9 | 68.27 | - |
| YUV | 80.92 | 205.92 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 219 | 0.84 | 0.64 | 0 | 0.14 | 225.73 | 0.73 | 0.5 |
| Hex | 22 | 4E | DB | 54 | 40 | 0 | E | E2 | 49 | 32 |
| Octal | 42 | 116 | 333 | 124 | 100 | 0 | 16 | 342 | 111 | 62 |
| Binary | 100010 | 1001110 | 11011011 | 1010100 | 1000000 | 0 | 1110 | 11100010 | 1001001 | 110010 |
Color Harmonies of #224EDB
Complementary color
Monochromatic Colors of #224EDB
Black with #224EDB
Text Example
Text Example
White with #224EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224EDB; }
p { color: rgb(34,78,219); }
H1.HeaderClassName
{
color: #224EDB;
}
.AnyTagClassName
{
color: #224EDB;
}
</style>
background-color css
<style>
a { background-color: #224EDB; }
a { background-color: rgb(34,78,219); }
div.DivClassName
{
background-color: #224EDB;
}
.BgClassName
{
background-color: #224EDB;
}
</style>
border-color css
<style>
span { border-color: #224EDB; }
span { border-color: rgb(34,78,219); }
td.TdClassName
{
border-color: #224EDB;
}
.TagClassName
{
border-color: #224EDB;
}
</style>