Shades of Cerulean Blue #2459BF
Tints of Cerulean Blue #2459BF
RGB
CMYK
RGB Variations
Color information
#2459BF (or 0x2459BF) is known color: Cerulean Blue. HEX triplet: 24, 59 and BF. RGB value is (36,89,191). Sum of RGB (Red+Green+Blue) = 36+89+191=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #2459BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2459BF is #DBA640. Grayscale: #545454. Windows color (decimal): -14394945 or 12540196. OLE color: 12540196.
HSL color Cylindrical-coordinate representation of color #2459BF: hue angle of 219.48º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2459BF is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 89 | 191 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.25 |
| HSL | 219.48º | 0.68% | 0.45% | - |
| HSV(B) | 219.48º | 0.81% | 0.75% | - |
| XYZ | 13.7 | 11.28 | 50.75 | - |
| YUV | 84.78 | 187.94 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 191 | 0.81 | 0.53 | 0 | 0.25 | 219.48 | 0.68 | 0.45 |
| Hex | 24 | 59 | BF | 51 | 35 | 0 | 19 | DB | 44 | 2D |
| Octal | 44 | 131 | 277 | 121 | 65 | 0 | 31 | 333 | 104 | 55 |
| Binary | 100100 | 1011001 | 10111111 | 1010001 | 110101 | 0 | 11001 | 11011011 | 1000100 | 101101 |
Color Harmonies of #2459BF
Complementary color
Monochromatic Colors of #2459BF
Black with #2459BF
Text Example
Text Example
White with #2459BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2459BF; }
p { color: rgb(36,89,191); }
H1.HeaderClassName
{
color: #2459BF;
}
.AnyTagClassName
{
color: #2459BF;
}
</style>
background-color css
<style>
a { background-color: #2459BF; }
a { background-color: rgb(36,89,191); }
div.DivClassName
{
background-color: #2459BF;
}
.BgClassName
{
background-color: #2459BF;
}
</style>
border-color css
<style>
span { border-color: #2459BF; }
span { border-color: rgb(36,89,191); }
td.TdClassName
{
border-color: #2459BF;
}
.TagClassName
{
border-color: #2459BF;
}
</style>