Shades of Cerulean Blue #2559AC
Tints of Cerulean Blue #2559AC
RGB
CMYK
RGB Variations
Color information
#2559AC (or 0x2559AC) is known color: Cerulean Blue. HEX triplet: 25, 59 and AC. RGB value is (37,89,172). Sum of RGB (Red+Green+Blue) = 37+89+172=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #2559AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2559AC is #DAA653. Grayscale: #525252. Windows color (decimal): -14329428 or 11295013. OLE color: 11295013.
HSL color Cylindrical-coordinate representation of color #2559AC: hue angle of 216.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2559AC is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 89 | 172 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.33 |
| HSL | 216.89º | 0.65% | 0.41% | - |
| HSV(B) | 216.89º | 0.78% | 0.67% | - |
| XYZ | 11.78 | 10.52 | 40.44 | - |
| YUV | 82.91 | 178.27 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 172 | 0.78 | 0.48 | 0 | 0.33 | 216.89 | 0.65 | 0.41 |
| Hex | 25 | 59 | AC | 4E | 30 | 0 | 21 | D9 | 41 | 29 |
| Octal | 45 | 131 | 254 | 116 | 60 | 0 | 41 | 331 | 101 | 51 |
| Binary | 100101 | 1011001 | 10101100 | 1001110 | 110000 | 0 | 100001 | 11011001 | 1000001 | 101001 |
Color Harmonies of #2559AC
Complementary color
Monochromatic Colors of #2559AC
Black with #2559AC
Text Example
Text Example
White with #2559AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2559AC; }
p { color: rgb(37,89,172); }
H1.HeaderClassName
{
color: #2559AC;
}
.AnyTagClassName
{
color: #2559AC;
}
</style>
background-color css
<style>
a { background-color: #2559AC; }
a { background-color: rgb(37,89,172); }
div.DivClassName
{
background-color: #2559AC;
}
.BgClassName
{
background-color: #2559AC;
}
</style>
border-color css
<style>
span { border-color: #2559AC; }
span { border-color: rgb(37,89,172); }
td.TdClassName
{
border-color: #2559AC;
}
.TagClassName
{
border-color: #2559AC;
}
</style>