Shades of Cerulean Blue #2559BA
Tints of Cerulean Blue #2559BA
RGB
CMYK
RGB Variations
Color information
#2559BA (or 0x2559BA) is known color: Cerulean Blue. HEX triplet: 25, 59 and BA. RGB value is (37,89,186). Sum of RGB (Red+Green+Blue) = 37+89+186=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #2559BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2559BA is #DAA645. Grayscale: #545454. Windows color (decimal): -14329414 or 12212517. OLE color: 12212517.
HSL color Cylindrical-coordinate representation of color #2559BA: hue angle of 219.06º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2559BA is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 89 | 186 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.27 |
| HSL | 219.06º | 0.67% | 0.44% | - |
| HSV(B) | 219.06º | 0.8% | 0.73% | - |
| XYZ | 13.2 | 11.08 | 47.9 | - |
| YUV | 84.51 | 185.27 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 186 | 0.80 | 0.52 | 0 | 0.27 | 219.06 | 0.67 | 0.44 |
| Hex | 25 | 59 | BA | 50 | 34 | 0 | 1B | DB | 43 | 2C |
| Octal | 45 | 131 | 272 | 120 | 64 | 0 | 33 | 333 | 103 | 54 |
| Binary | 100101 | 1011001 | 10111010 | 1010000 | 110100 | 0 | 11011 | 11011011 | 1000011 | 101100 |
Color Harmonies of #2559BA
Complementary color
Monochromatic Colors of #2559BA
Black with #2559BA
Text Example
Text Example
White with #2559BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2559BA; }
p { color: rgb(37,89,186); }
H1.HeaderClassName
{
color: #2559BA;
}
.AnyTagClassName
{
color: #2559BA;
}
</style>
background-color css
<style>
a { background-color: #2559BA; }
a { background-color: rgb(37,89,186); }
div.DivClassName
{
background-color: #2559BA;
}
.BgClassName
{
background-color: #2559BA;
}
</style>
border-color css
<style>
span { border-color: #2559BA; }
span { border-color: rgb(37,89,186); }
td.TdClassName
{
border-color: #2559BA;
}
.TagClassName
{
border-color: #2559BA;
}
</style>