Shades of Cerulean Blue #2558DE
Tints of Cerulean Blue #2558DE
RGB
CMYK
RGB Variations
Color information
#2558DE (or 0x2558DE) is known color: Cerulean Blue. HEX triplet: 25, 58 and DE. RGB value is (37,88,222). Sum of RGB (Red+Green+Blue) = 37+88+222=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #2558DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2558DE is #DAA721. Grayscale: #575757. Windows color (decimal): -14329634 or 14571557. OLE color: 14571557.
HSL color Cylindrical-coordinate representation of color #2558DE: hue angle of 223.46º degrees, saturation: 0.74, 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 #2558DE is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 88 | 222 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.13 |
| HSL | 223.46º | 0.74% | 0.51% | - |
| HSV(B) | 223.46º | 0.83% | 0.87% | - |
| XYZ | 17.44 | 12.65 | 70.63 | - |
| YUV | 88.03 | 203.6 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 222 | 0.83 | 0.60 | 0 | 0.13 | 223.46 | 0.74 | 0.51 |
| Hex | 25 | 58 | DE | 53 | 3C | 0 | D | DF | 4A | 33 |
| Octal | 45 | 130 | 336 | 123 | 74 | 0 | 15 | 337 | 112 | 63 |
| Binary | 100101 | 1011000 | 11011110 | 1010011 | 111100 | 0 | 1101 | 11011111 | 1001010 | 110011 |
Color Harmonies of #2558DE
Complementary color
Monochromatic Colors of #2558DE
Black with #2558DE
Text Example
Text Example
White with #2558DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2558DE; }
p { color: rgb(37,88,222); }
H1.HeaderClassName
{
color: #2558DE;
}
.AnyTagClassName
{
color: #2558DE;
}
</style>
background-color css
<style>
a { background-color: #2558DE; }
a { background-color: rgb(37,88,222); }
div.DivClassName
{
background-color: #2558DE;
}
.BgClassName
{
background-color: #2558DE;
}
</style>
border-color css
<style>
span { border-color: #2558DE; }
span { border-color: rgb(37,88,222); }
td.TdClassName
{
border-color: #2558DE;
}
.TagClassName
{
border-color: #2558DE;
}
</style>