Shades of Cerulean Blue #2559B7
Tints of Cerulean Blue #2559B7
RGB
CMYK
RGB Variations
Color information
#2559B7 (or 0x2559B7) is known color: Cerulean Blue. HEX triplet: 25, 59 and B7. RGB value is (37,89,183). Sum of RGB (Red+Green+Blue) = 37+89+183=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 183 (71.88% from 255 or 59.22% from 309); Max value from RGB is 183 - color contains mainly: blue. Hex color #2559B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2559B7 is #DAA648. Grayscale: #535353. Windows color (decimal): -14329417 or 12015909. OLE color: 12015909.
HSL color Cylindrical-coordinate representation of color #2559B7: hue angle of 218.63º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2559B7 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 89 | 183 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.28 |
| HSL | 218.63º | 0.66% | 0.43% | - |
| HSV(B) | 218.63º | 0.8% | 0.72% | - |
| XYZ | 12.88 | 10.96 | 46.24 | - |
| YUV | 84.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 183 | 0.80 | 0.51 | 0 | 0.28 | 218.63 | 0.66 | 0.43 |
| Hex | 25 | 59 | B7 | 50 | 33 | 0 | 1C | DB | 42 | 2B |
| Octal | 45 | 131 | 267 | 120 | 63 | 0 | 34 | 333 | 102 | 53 |
| Binary | 100101 | 1011001 | 10110111 | 1010000 | 110011 | 0 | 11100 | 11011011 | 1000010 | 101011 |
Color Harmonies of #2559B7
Complementary color
Monochromatic Colors of #2559B7
Black with #2559B7
Text Example
Text Example
White with #2559B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2559B7; }
p { color: rgb(37,89,183); }
H1.HeaderClassName
{
color: #2559B7;
}
.AnyTagClassName
{
color: #2559B7;
}
</style>
background-color css
<style>
a { background-color: #2559B7; }
a { background-color: rgb(37,89,183); }
div.DivClassName
{
background-color: #2559B7;
}
.BgClassName
{
background-color: #2559B7;
}
</style>
border-color css
<style>
span { border-color: #2559B7; }
span { border-color: rgb(37,89,183); }
td.TdClassName
{
border-color: #2559B7;
}
.TagClassName
{
border-color: #2559B7;
}
</style>