Shades of Cerulean Blue #2559C2
Tints of Cerulean Blue #2559C2
RGB
CMYK
RGB Variations
Color information
#2559C2 (or 0x2559C2) is known color: Cerulean Blue. HEX triplet: 25, 59 and C2. RGB value is (37,89,194). Sum of RGB (Red+Green+Blue) = 37+89+194=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 194 (76.17% from 255 or 60.62% from 320); Max value from RGB is 194 - color contains mainly: blue. Hex color #2559C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2559C2 is #DAA63D. Grayscale: #545454. Windows color (decimal): -14329406 or 12736805. OLE color: 12736805.
HSL color Cylindrical-coordinate representation of color #2559C2: hue angle of 220.13º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2559C2 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 89 | 194 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.24 |
| HSL | 220.13º | 0.68% | 0.45% | - |
| HSV(B) | 220.13º | 0.81% | 0.76% | - |
| XYZ | 14.07 | 11.43 | 52.5 | - |
| YUV | 85.42 | 189.27 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 194 | 0.81 | 0.54 | 0 | 0.24 | 220.13 | 0.68 | 0.45 |
| Hex | 25 | 59 | C2 | 51 | 36 | 0 | 18 | DC | 44 | 2D |
| Octal | 45 | 131 | 302 | 121 | 66 | 0 | 30 | 334 | 104 | 55 |
| Binary | 100101 | 1011001 | 11000010 | 1010001 | 110110 | 0 | 11000 | 11011100 | 1000100 | 101101 |
Color Harmonies of #2559C2
Complementary color
Monochromatic Colors of #2559C2
Black with #2559C2
Text Example
Text Example
White with #2559C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2559C2; }
p { color: rgb(37,89,194); }
H1.HeaderClassName
{
color: #2559C2;
}
.AnyTagClassName
{
color: #2559C2;
}
</style>
background-color css
<style>
a { background-color: #2559C2; }
a { background-color: rgb(37,89,194); }
div.DivClassName
{
background-color: #2559C2;
}
.BgClassName
{
background-color: #2559C2;
}
</style>
border-color css
<style>
span { border-color: #2559C2; }
span { border-color: rgb(37,89,194); }
td.TdClassName
{
border-color: #2559C2;
}
.TagClassName
{
border-color: #2559C2;
}
</style>