Shades of Cerulean Blue #2459BC
Tints of Cerulean Blue #2459BC
RGB
CMYK
RGB Variations
Color information
#2459BC (or 0x2459BC) is known color: Cerulean Blue. HEX triplet: 24, 59 and BC. RGB value is (36,89,188). Sum of RGB (Red+Green+Blue) = 36+89+188=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #2459BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2459BC is #DBA643. Grayscale: #535353. Windows color (decimal): -14394948 or 12343588. OLE color: 12343588.
HSL color Cylindrical-coordinate representation of color #2459BC: hue angle of 219.08º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2459BC is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 89 | 188 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.26 |
| HSL | 219.08º | 0.68% | 0.44% | - |
| HSV(B) | 219.08º | 0.81% | 0.74% | - |
| XYZ | 13.38 | 11.15 | 49.02 | - |
| YUV | 84.44 | 186.44 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 188 | 0.81 | 0.53 | 0 | 0.26 | 219.08 | 0.68 | 0.44 |
| Hex | 24 | 59 | BC | 51 | 35 | 0 | 1A | DB | 44 | 2C |
| Octal | 44 | 131 | 274 | 121 | 65 | 0 | 32 | 333 | 104 | 54 |
| Binary | 100100 | 1011001 | 10111100 | 1010001 | 110101 | 0 | 11010 | 11011011 | 1000100 | 101100 |
Color Harmonies of #2459BC
Complementary color
Monochromatic Colors of #2459BC
Black with #2459BC
Text Example
Text Example
White with #2459BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2459BC; }
p { color: rgb(36,89,188); }
H1.HeaderClassName
{
color: #2459BC;
}
.AnyTagClassName
{
color: #2459BC;
}
</style>
background-color css
<style>
a { background-color: #2459BC; }
a { background-color: rgb(36,89,188); }
div.DivClassName
{
background-color: #2459BC;
}
.BgClassName
{
background-color: #2459BC;
}
</style>
border-color css
<style>
span { border-color: #2459BC; }
span { border-color: rgb(36,89,188); }
td.TdClassName
{
border-color: #2459BC;
}
.TagClassName
{
border-color: #2459BC;
}
</style>