Shades of Cerulean Blue #2459DC
Tints of Cerulean Blue #2459DC
RGB
CMYK
RGB Variations
Color information
#2459DC (or 0x2459DC) is known color: Cerulean Blue. HEX triplet: 24, 59 and DC. RGB value is (36,89,220). Sum of RGB (Red+Green+Blue) = 36+89+220=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #2459DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2459DC is #DBA623. Grayscale: #575757. Windows color (decimal): -14394916 or 14440740. OLE color: 14440740.
HSL color Cylindrical-coordinate representation of color #2459DC: hue angle of 222.72º degrees, saturation: 0.72, 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 #2459DC is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 89 | 220 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.14 |
| HSL | 222.72º | 0.72% | 0.5% | - |
| HSV(B) | 222.72º | 0.84% | 0.86% | - |
| XYZ | 17.22 | 12.69 | 69.25 | - |
| YUV | 88.09 | 202.44 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 220 | 0.84 | 0.60 | 0 | 0.14 | 222.72 | 0.72 | 0.5 |
| Hex | 24 | 59 | DC | 54 | 3C | 0 | E | DF | 48 | 32 |
| Octal | 44 | 131 | 334 | 124 | 74 | 0 | 16 | 337 | 110 | 62 |
| Binary | 100100 | 1011001 | 11011100 | 1010100 | 111100 | 0 | 1110 | 11011111 | 1001000 | 110010 |
Color Harmonies of #2459DC
Complementary color
Monochromatic Colors of #2459DC
Black with #2459DC
Text Example
Text Example
White with #2459DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2459DC; }
p { color: rgb(36,89,220); }
H1.HeaderClassName
{
color: #2459DC;
}
.AnyTagClassName
{
color: #2459DC;
}
</style>
background-color css
<style>
a { background-color: #2459DC; }
a { background-color: rgb(36,89,220); }
div.DivClassName
{
background-color: #2459DC;
}
.BgClassName
{
background-color: #2459DC;
}
</style>
border-color css
<style>
span { border-color: #2459DC; }
span { border-color: rgb(36,89,220); }
td.TdClassName
{
border-color: #2459DC;
}
.TagClassName
{
border-color: #2459DC;
}
</style>