Shades of Cerulean Blue #2459B5
Tints of Cerulean Blue #2459B5
RGB
CMYK
RGB Variations
Color information
#2459B5 (or 0x2459B5) is known color: Cerulean Blue. HEX triplet: 24, 59 and B5. RGB value is (36,89,181). Sum of RGB (Red+Green+Blue) = 36+89+181=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 181 (71.09% from 255 or 59.15% from 306); Max value from RGB is 181 - color contains mainly: blue. Hex color #2459B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2459B5 is #DBA64A. Grayscale: #535353. Windows color (decimal): -14394955 or 11884836. OLE color: 11884836.
HSL color Cylindrical-coordinate representation of color #2459B5: hue angle of 218.07º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2459B5 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 89 | 181 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.29 |
| HSL | 218.07º | 0.67% | 0.43% | - |
| HSV(B) | 218.07º | 0.8% | 0.71% | - |
| XYZ | 12.64 | 10.86 | 45.15 | - |
| YUV | 83.64 | 182.94 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 181 | 0.80 | 0.51 | 0 | 0.29 | 218.07 | 0.67 | 0.43 |
| Hex | 24 | 59 | B5 | 50 | 33 | 0 | 1D | DA | 43 | 2B |
| Octal | 44 | 131 | 265 | 120 | 63 | 0 | 35 | 332 | 103 | 53 |
| Binary | 100100 | 1011001 | 10110101 | 1010000 | 110011 | 0 | 11101 | 11011010 | 1000011 | 101011 |
Color Harmonies of #2459B5
Complementary color
Monochromatic Colors of #2459B5
Black with #2459B5
Text Example
Text Example
White with #2459B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2459B5; }
p { color: rgb(36,89,181); }
H1.HeaderClassName
{
color: #2459B5;
}
.AnyTagClassName
{
color: #2459B5;
}
</style>
background-color css
<style>
a { background-color: #2459B5; }
a { background-color: rgb(36,89,181); }
div.DivClassName
{
background-color: #2459B5;
}
.BgClassName
{
background-color: #2459B5;
}
</style>
border-color css
<style>
span { border-color: #2459B5; }
span { border-color: rgb(36,89,181); }
td.TdClassName
{
border-color: #2459B5;
}
.TagClassName
{
border-color: #2459B5;
}
</style>