Shades of Cerulean Blue #2559C1
Tints of Cerulean Blue #2559C1
RGB
CMYK
RGB Variations
Color information
#2559C1 (or 0x2559C1) is known color: Cerulean Blue. HEX triplet: 25, 59 and C1. RGB value is (37,89,193). Sum of RGB (Red+Green+Blue) = 37+89+193=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 193 (75.78% from 255 or 60.50% from 319); Max value from RGB is 193 - color contains mainly: blue. Hex color #2559C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2559C1 is #DAA63E. Grayscale: #545454. Windows color (decimal): -14329407 or 12671269. OLE color: 12671269.
HSL color Cylindrical-coordinate representation of color #2559C1: hue angle of 220º 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 #2559C1 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 89 | 193 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.24 |
| HSL | 220º | 0.68% | 0.45% | - |
| HSV(B) | 220º | 0.81% | 0.76% | - |
| XYZ | 13.96 | 11.39 | 51.91 | - |
| YUV | 85.31 | 188.77 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 193 | 0.81 | 0.54 | 0 | 0.24 | 220 | 0.68 | 0.45 |
| Hex | 25 | 59 | C1 | 51 | 36 | 0 | 18 | DC | 44 | 2D |
| Octal | 45 | 131 | 301 | 121 | 66 | 0 | 30 | 334 | 104 | 55 |
| Binary | 100101 | 1011001 | 11000001 | 1010001 | 110110 | 0 | 11000 | 11011100 | 1000100 | 101101 |
Color Harmonies of #2559C1
Complementary color
Monochromatic Colors of #2559C1
Black with #2559C1
Text Example
Text Example
White with #2559C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2559C1; }
p { color: rgb(37,89,193); }
H1.HeaderClassName
{
color: #2559C1;
}
.AnyTagClassName
{
color: #2559C1;
}
</style>
background-color css
<style>
a { background-color: #2559C1; }
a { background-color: rgb(37,89,193); }
div.DivClassName
{
background-color: #2559C1;
}
.BgClassName
{
background-color: #2559C1;
}
</style>
border-color css
<style>
span { border-color: #2559C1; }
span { border-color: rgb(37,89,193); }
td.TdClassName
{
border-color: #2559C1;
}
.TagClassName
{
border-color: #2559C1;
}
</style>