Shades of Cerulean Blue #2459CF
Tints of Cerulean Blue #2459CF
RGB
CMYK
RGB Variations
Color information
#2459CF (or 0x2459CF) is known color: Cerulean Blue. HEX triplet: 24, 59 and CF. RGB value is (36,89,207). Sum of RGB (Red+Green+Blue) = 36+89+207=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #2459CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2459CF is #DBA630. Grayscale: #565656. Windows color (decimal): -14394929 or 13588772. OLE color: 13588772.
HSL color Cylindrical-coordinate representation of color #2459CF: hue angle of 221.4º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2459CF is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 89 | 207 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.19 |
| HSL | 221.4º | 0.7% | 0.48% | - |
| HSV(B) | 221.4º | 0.83% | 0.81% | - |
| XYZ | 15.56 | 12.02 | 60.53 | - |
| YUV | 86.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 207 | 0.83 | 0.57 | 0 | 0.19 | 221.4 | 0.7 | 0.48 |
| Hex | 24 | 59 | CF | 53 | 39 | 0 | 13 | DD | 46 | 30 |
| Octal | 44 | 131 | 317 | 123 | 71 | 0 | 23 | 335 | 106 | 60 |
| Binary | 100100 | 1011001 | 11001111 | 1010011 | 111001 | 0 | 10011 | 11011101 | 1000110 | 110000 |
Color Harmonies of #2459CF
Complementary color
Monochromatic Colors of #2459CF
Black with #2459CF
Text Example
Text Example
White with #2459CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2459CF; }
p { color: rgb(36,89,207); }
H1.HeaderClassName
{
color: #2459CF;
}
.AnyTagClassName
{
color: #2459CF;
}
</style>
background-color css
<style>
a { background-color: #2459CF; }
a { background-color: rgb(36,89,207); }
div.DivClassName
{
background-color: #2459CF;
}
.BgClassName
{
background-color: #2459CF;
}
</style>
border-color css
<style>
span { border-color: #2459CF; }
span { border-color: rgb(36,89,207); }
td.TdClassName
{
border-color: #2459CF;
}
.TagClassName
{
border-color: #2459CF;
}
</style>