Shades of Cerulean Blue #2559C0
Tints of Cerulean Blue #2559C0
RGB
CMYK
RGB Variations
Color information
#2559C0 (or 0x2559C0) is known color: Cerulean Blue. HEX triplet: 25, 59 and C0. RGB value is (37,89,192). Sum of RGB (Red+Green+Blue) = 37+89+192=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #2559C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2559C0 is #DAA63F. Grayscale: #545454. Windows color (decimal): -14329408 or 12605733. OLE color: 12605733.
HSL color Cylindrical-coordinate representation of color #2559C0: hue angle of 219.87º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2559C0 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 89 | 192 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.25 |
| HSL | 219.87º | 0.68% | 0.45% | - |
| HSV(B) | 219.87º | 0.81% | 0.75% | - |
| XYZ | 13.85 | 11.34 | 51.33 | - |
| YUV | 85.19 | 188.27 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 192 | 0.81 | 0.54 | 0 | 0.25 | 219.87 | 0.68 | 0.45 |
| Hex | 25 | 59 | C0 | 51 | 36 | 0 | 19 | DC | 44 | 2D |
| Octal | 45 | 131 | 300 | 121 | 66 | 0 | 31 | 334 | 104 | 55 |
| Binary | 100101 | 1011001 | 11000000 | 1010001 | 110110 | 0 | 11001 | 11011100 | 1000100 | 101101 |
Color Harmonies of #2559C0
Complementary color
Monochromatic Colors of #2559C0
Black with #2559C0
Text Example
Text Example
White with #2559C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2559C0; }
p { color: rgb(37,89,192); }
H1.HeaderClassName
{
color: #2559C0;
}
.AnyTagClassName
{
color: #2559C0;
}
</style>
background-color css
<style>
a { background-color: #2559C0; }
a { background-color: rgb(37,89,192); }
div.DivClassName
{
background-color: #2559C0;
}
.BgClassName
{
background-color: #2559C0;
}
</style>
border-color css
<style>
span { border-color: #2559C0; }
span { border-color: rgb(37,89,192); }
td.TdClassName
{
border-color: #2559C0;
}
.TagClassName
{
border-color: #2559C0;
}
</style>