Shades of Cerulean Blue #2859DB
Tints of Cerulean Blue #2859DB
RGB
CMYK
RGB Variations
Color information
#2859DB (or 0x2859DB) is known color: Cerulean Blue. HEX triplet: 28, 59 and DB. RGB value is (40,89,219). Sum of RGB (Red+Green+Blue) = 40+89+219=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #2859DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2859DB is #D7A624. Grayscale: #585858. Windows color (decimal): -14132773 or 14375208. OLE color: 14375208.
HSL color Cylindrical-coordinate representation of color #2859DB: hue angle of 223.58º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2859DB is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 89 | 219 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.14 |
| HSL | 223.58º | 0.71% | 0.51% | - |
| HSV(B) | 223.58º | 0.82% | 0.86% | - |
| XYZ | 17.23 | 12.71 | 68.56 | - |
| YUV | 89.17 | 201.27 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 219 | 0.82 | 0.59 | 0 | 0.14 | 223.58 | 0.71 | 0.51 |
| Hex | 28 | 59 | DB | 52 | 3B | 0 | E | E0 | 47 | 33 |
| Octal | 50 | 131 | 333 | 122 | 73 | 0 | 16 | 340 | 107 | 63 |
| Binary | 101000 | 1011001 | 11011011 | 1010010 | 111011 | 0 | 1110 | 11100000 | 1000111 | 110011 |
Color Harmonies of #2859DB
Complementary color
Monochromatic Colors of #2859DB
Black with #2859DB
Text Example
Text Example
White with #2859DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2859DB; }
p { color: rgb(40,89,219); }
H1.HeaderClassName
{
color: #2859DB;
}
.AnyTagClassName
{
color: #2859DB;
}
</style>
background-color css
<style>
a { background-color: #2859DB; }
a { background-color: rgb(40,89,219); }
div.DivClassName
{
background-color: #2859DB;
}
.BgClassName
{
background-color: #2859DB;
}
</style>
border-color css
<style>
span { border-color: #2859DB; }
span { border-color: rgb(40,89,219); }
td.TdClassName
{
border-color: #2859DB;
}
.TagClassName
{
border-color: #2859DB;
}
</style>