Shades of Cerulean Blue #2558AB
Tints of Cerulean Blue #2558AB
RGB
CMYK
RGB Variations
Color information
#2558AB (or 0x2558AB) is known color: Cerulean Blue. HEX triplet: 25, 58 and AB. RGB value is (37,88,171). Sum of RGB (Red+Green+Blue) = 37+88+171=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #2558AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2558AB is #DAA754. Grayscale: #515151. Windows color (decimal): -14329685 or 11229221. OLE color: 11229221.
HSL color Cylindrical-coordinate representation of color #2558AB: hue angle of 217.16º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2558AB is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 88 | 171 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.33 |
| HSL | 217.16º | 0.64% | 0.41% | - |
| HSV(B) | 217.16º | 0.78% | 0.67% | - |
| XYZ | 11.6 | 10.31 | 39.91 | - |
| YUV | 82.21 | 178.1 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 171 | 0.78 | 0.49 | 0 | 0.33 | 217.16 | 0.64 | 0.41 |
| Hex | 25 | 58 | AB | 4E | 31 | 0 | 21 | D9 | 40 | 29 |
| Octal | 45 | 130 | 253 | 116 | 61 | 0 | 41 | 331 | 100 | 51 |
| Binary | 100101 | 1011000 | 10101011 | 1001110 | 110001 | 0 | 100001 | 11011001 | 1000000 | 101001 |
Color Harmonies of #2558AB
Complementary color
Monochromatic Colors of #2558AB
Black with #2558AB
Text Example
Text Example
White with #2558AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2558AB; }
p { color: rgb(37,88,171); }
H1.HeaderClassName
{
color: #2558AB;
}
.AnyTagClassName
{
color: #2558AB;
}
</style>
background-color css
<style>
a { background-color: #2558AB; }
a { background-color: rgb(37,88,171); }
div.DivClassName
{
background-color: #2558AB;
}
.BgClassName
{
background-color: #2558AB;
}
</style>
border-color css
<style>
span { border-color: #2558AB; }
span { border-color: rgb(37,88,171); }
td.TdClassName
{
border-color: #2558AB;
}
.TagClassName
{
border-color: #2558AB;
}
</style>