Shades of Cerulean Blue #2559DA
Tints of Cerulean Blue #2559DA
RGB
CMYK
RGB Variations
Color information
#2559DA (or 0x2559DA) is known color: Cerulean Blue. HEX triplet: 25, 59 and DA. RGB value is (37,89,218). Sum of RGB (Red+Green+Blue) = 37+89+218=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #2559DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2559DA is #DAA625. Grayscale: #575757. Windows color (decimal): -14329382 or 14309669. OLE color: 14309669.
HSL color Cylindrical-coordinate representation of color #2559DA: hue angle of 222.76º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2559DA is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 89 | 218 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.15 |
| HSL | 222.76º | 0.71% | 0.5% | - |
| HSV(B) | 222.76º | 0.83% | 0.85% | - |
| XYZ | 16.99 | 12.6 | 67.87 | - |
| YUV | 88.16 | 201.27 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 218 | 0.83 | 0.59 | 0 | 0.15 | 222.76 | 0.71 | 0.5 |
| Hex | 25 | 59 | DA | 53 | 3B | 0 | F | DF | 47 | 32 |
| Octal | 45 | 131 | 332 | 123 | 73 | 0 | 17 | 337 | 107 | 62 |
| Binary | 100101 | 1011001 | 11011010 | 1010011 | 111011 | 0 | 1111 | 11011111 | 1000111 | 110010 |
Color Harmonies of #2559DA
Complementary color
Monochromatic Colors of #2559DA
Black with #2559DA
Text Example
Text Example
White with #2559DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2559DA; }
p { color: rgb(37,89,218); }
H1.HeaderClassName
{
color: #2559DA;
}
.AnyTagClassName
{
color: #2559DA;
}
</style>
background-color css
<style>
a { background-color: #2559DA; }
a { background-color: rgb(37,89,218); }
div.DivClassName
{
background-color: #2559DA;
}
.BgClassName
{
background-color: #2559DA;
}
</style>
border-color css
<style>
span { border-color: #2559DA; }
span { border-color: rgb(37,89,218); }
td.TdClassName
{
border-color: #2559DA;
}
.TagClassName
{
border-color: #2559DA;
}
</style>