Shades of Cerulean Blue #2559CC
Tints of Cerulean Blue #2559CC
RGB
CMYK
RGB Variations
Color information
#2559CC (or 0x2559CC) is known color: Cerulean Blue. HEX triplet: 25, 59 and CC. RGB value is (37,89,204). Sum of RGB (Red+Green+Blue) = 37+89+204=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #2559CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2559CC is #DAA633. Grayscale: #565656. Windows color (decimal): -14329396 or 13392165. OLE color: 13392165.
HSL color Cylindrical-coordinate representation of color #2559CC: hue angle of 221.32º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2559CC is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 89 | 204 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.2 |
| HSL | 221.32º | 0.69% | 0.47% | - |
| HSV(B) | 221.32º | 0.82% | 0.8% | - |
| XYZ | 15.23 | 11.9 | 58.62 | - |
| YUV | 86.56 | 194.27 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 204 | 0.82 | 0.56 | 0 | 0.2 | 221.32 | 0.69 | 0.47 |
| Hex | 25 | 59 | CC | 52 | 38 | 0 | 14 | DD | 45 | 2F |
| Octal | 45 | 131 | 314 | 122 | 70 | 0 | 24 | 335 | 105 | 57 |
| Binary | 100101 | 1011001 | 11001100 | 1010010 | 111000 | 0 | 10100 | 11011101 | 1000101 | 101111 |
Color Harmonies of #2559CC
Complementary color
Monochromatic Colors of #2559CC
Black with #2559CC
Text Example
Text Example
White with #2559CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2559CC; }
p { color: rgb(37,89,204); }
H1.HeaderClassName
{
color: #2559CC;
}
.AnyTagClassName
{
color: #2559CC;
}
</style>
background-color css
<style>
a { background-color: #2559CC; }
a { background-color: rgb(37,89,204); }
div.DivClassName
{
background-color: #2559CC;
}
.BgClassName
{
background-color: #2559CC;
}
</style>
border-color css
<style>
span { border-color: #2559CC; }
span { border-color: rgb(37,89,204); }
td.TdClassName
{
border-color: #2559CC;
}
.TagClassName
{
border-color: #2559CC;
}
</style>