Shades of Cerulean Blue #2559A9
Tints of Cerulean Blue #2559A9
RGB
CMYK
RGB Variations
Color information
#2559A9 (or 0x2559A9) is known color: Cerulean Blue. HEX triplet: 25, 59 and A9. RGB value is (37,89,169). Sum of RGB (Red+Green+Blue) = 37+89+169=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 169 (66.41% from 255 or 57.29% from 295); Max value from RGB is 169 - color contains mainly: blue. Hex color #2559A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2559A9 is #DAA656. Grayscale: #525252. Windows color (decimal): -14329431 or 11098405. OLE color: 11098405.
HSL color Cylindrical-coordinate representation of color #2559A9: hue angle of 216.36º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2559A9 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 89 | 169 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.34 |
| HSL | 216.36º | 0.64% | 0.4% | - |
| HSV(B) | 216.36º | 0.78% | 0.66% | - |
| XYZ | 11.5 | 10.4 | 38.94 | - |
| YUV | 82.57 | 176.77 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 169 | 0.78 | 0.47 | 0 | 0.34 | 216.36 | 0.64 | 0.4 |
| Hex | 25 | 59 | A9 | 4E | 2F | 0 | 22 | D8 | 40 | 28 |
| Octal | 45 | 131 | 251 | 116 | 57 | 0 | 42 | 330 | 100 | 50 |
| Binary | 100101 | 1011001 | 10101001 | 1001110 | 101111 | 0 | 100010 | 11011000 | 1000000 | 101000 |
Color Harmonies of #2559A9
Complementary color
Monochromatic Colors of #2559A9
Black with #2559A9
Text Example
Text Example
White with #2559A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2559A9; }
p { color: rgb(37,89,169); }
H1.HeaderClassName
{
color: #2559A9;
}
.AnyTagClassName
{
color: #2559A9;
}
</style>
background-color css
<style>
a { background-color: #2559A9; }
a { background-color: rgb(37,89,169); }
div.DivClassName
{
background-color: #2559A9;
}
.BgClassName
{
background-color: #2559A9;
}
</style>
border-color css
<style>
span { border-color: #2559A9; }
span { border-color: rgb(37,89,169); }
td.TdClassName
{
border-color: #2559A9;
}
.TagClassName
{
border-color: #2559A9;
}
</style>