Shades of Cerulean Blue #2559CF
Tints of Cerulean Blue #2559CF
RGB
CMYK
RGB Variations
Color information
#2559CF (or 0x2559CF) is known color: Cerulean Blue. HEX triplet: 25, 59 and CF. RGB value is (37,89,207). Sum of RGB (Red+Green+Blue) = 37+89+207=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #2559CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2559CF is #DAA630. Grayscale: #565656. Windows color (decimal): -14329393 or 13588773. OLE color: 13588773.
HSL color Cylindrical-coordinate representation of color #2559CF: hue angle of 221.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2559CF is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 89 | 207 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.19 |
| HSL | 221.65º | 0.7% | 0.48% | - |
| HSV(B) | 221.65º | 0.82% | 0.81% | - |
| XYZ | 15.6 | 12.04 | 60.53 | - |
| YUV | 86.9 | 195.77 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 207 | 0.82 | 0.57 | 0 | 0.19 | 221.65 | 0.7 | 0.48 |
| Hex | 25 | 59 | CF | 52 | 39 | 0 | 13 | DE | 46 | 30 |
| Octal | 45 | 131 | 317 | 122 | 71 | 0 | 23 | 336 | 106 | 60 |
| Binary | 100101 | 1011001 | 11001111 | 1010010 | 111001 | 0 | 10011 | 11011110 | 1000110 | 110000 |
Color Harmonies of #2559CF
Complementary color
Monochromatic Colors of #2559CF
Black with #2559CF
Text Example
Text Example
White with #2559CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2559CF; }
p { color: rgb(37,89,207); }
H1.HeaderClassName
{
color: #2559CF;
}
.AnyTagClassName
{
color: #2559CF;
}
</style>
background-color css
<style>
a { background-color: #2559CF; }
a { background-color: rgb(37,89,207); }
div.DivClassName
{
background-color: #2559CF;
}
.BgClassName
{
background-color: #2559CF;
}
</style>
border-color css
<style>
span { border-color: #2559CF; }
span { border-color: rgb(37,89,207); }
td.TdClassName
{
border-color: #2559CF;
}
.TagClassName
{
border-color: #2559CF;
}
</style>