Shades of Cerulean Blue #2259DB
Tints of Cerulean Blue #2259DB
RGB
CMYK
RGB Variations
Color information
#2259DB (or 0x2259DB) is known color: Cerulean Blue. HEX triplet: 22, 59 and DB. RGB value is (34,89,219). Sum of RGB (Red+Green+Blue) = 34+89+219=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #2259DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2259DB is #DDA624. Grayscale: #565656. Windows color (decimal): -14525989 or 14375202. OLE color: 14375202.
HSL color Cylindrical-coordinate representation of color #2259DB: hue angle of 222.16º 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 #2259DB is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 89 | 219 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.14 |
| HSL | 222.16º | 0.73% | 0.5% | - |
| HSV(B) | 222.16º | 0.84% | 0.86% | - |
| XYZ | 17.02 | 12.6 | 68.55 | - |
| YUV | 87.38 | 202.28 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 219 | 0.84 | 0.59 | 0 | 0.14 | 222.16 | 0.73 | 0.5 |
| Hex | 22 | 59 | DB | 54 | 3B | 0 | E | DE | 49 | 32 |
| Octal | 42 | 131 | 333 | 124 | 73 | 0 | 16 | 336 | 111 | 62 |
| Binary | 100010 | 1011001 | 11011011 | 1010100 | 111011 | 0 | 1110 | 11011110 | 1001001 | 110010 |
Color Harmonies of #2259DB
Complementary color
Monochromatic Colors of #2259DB
Black with #2259DB
Text Example
Text Example
White with #2259DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2259DB; }
p { color: rgb(34,89,219); }
H1.HeaderClassName
{
color: #2259DB;
}
.AnyTagClassName
{
color: #2259DB;
}
</style>
background-color css
<style>
a { background-color: #2259DB; }
a { background-color: rgb(34,89,219); }
div.DivClassName
{
background-color: #2259DB;
}
.BgClassName
{
background-color: #2259DB;
}
</style>
border-color css
<style>
span { border-color: #2259DB; }
span { border-color: rgb(34,89,219); }
td.TdClassName
{
border-color: #2259DB;
}
.TagClassName
{
border-color: #2259DB;
}
</style>