Shades of Cerulean Blue #2558DD
Tints of Cerulean Blue #2558DD
RGB
CMYK
RGB Variations
Color information
#2558DD (or 0x2558DD) is known color: Cerulean Blue. HEX triplet: 25, 58 and DD. RGB value is (37,88,221). Sum of RGB (Red+Green+Blue) = 37+88+221=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #2558DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2558DD is #DAA722. Grayscale: #575757. Windows color (decimal): -14329635 or 14506021. OLE color: 14506021.
HSL color Cylindrical-coordinate representation of color #2558DD: hue angle of 223.37º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2558DD is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 88 | 221 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.13 |
| HSL | 223.37º | 0.73% | 0.51% | - |
| HSV(B) | 223.37º | 0.83% | 0.87% | - |
| XYZ | 17.3 | 12.59 | 69.93 | - |
| YUV | 87.91 | 203.1 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 221 | 0.83 | 0.60 | 0 | 0.13 | 223.37 | 0.73 | 0.51 |
| Hex | 25 | 58 | DD | 53 | 3C | 0 | D | DF | 49 | 33 |
| Octal | 45 | 130 | 335 | 123 | 74 | 0 | 15 | 337 | 111 | 63 |
| Binary | 100101 | 1011000 | 11011101 | 1010011 | 111100 | 0 | 1101 | 11011111 | 1001001 | 110011 |
Color Harmonies of #2558DD
Complementary color
Monochromatic Colors of #2558DD
Black with #2558DD
Text Example
Text Example
White with #2558DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2558DD; }
p { color: rgb(37,88,221); }
H1.HeaderClassName
{
color: #2558DD;
}
.AnyTagClassName
{
color: #2558DD;
}
</style>
background-color css
<style>
a { background-color: #2558DD; }
a { background-color: rgb(37,88,221); }
div.DivClassName
{
background-color: #2558DD;
}
.BgClassName
{
background-color: #2558DD;
}
</style>
border-color css
<style>
span { border-color: #2558DD; }
span { border-color: rgb(37,88,221); }
td.TdClassName
{
border-color: #2558DD;
}
.TagClassName
{
border-color: #2558DD;
}
</style>