Shades of Cerulean Blue #2558CC
Tints of Cerulean Blue #2558CC
RGB
CMYK
RGB Variations
Color information
#2558CC (or 0x2558CC) is known color: Cerulean Blue. HEX triplet: 25, 58 and CC. RGB value is (37,88,204). Sum of RGB (Red+Green+Blue) = 37+88+204=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #2558CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2558CC is #DAA733. Grayscale: #555555. Windows color (decimal): -14329652 or 13391909. OLE color: 13391909.
HSL color Cylindrical-coordinate representation of color #2558CC: hue angle of 221.68º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2558CC is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 88 | 204 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.2 |
| HSL | 221.68º | 0.69% | 0.47% | - |
| HSV(B) | 221.68º | 0.82% | 0.8% | - |
| XYZ | 15.15 | 11.73 | 58.59 | - |
| YUV | 85.98 | 194.6 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 204 | 0.82 | 0.57 | 0 | 0.2 | 221.68 | 0.69 | 0.47 |
| Hex | 25 | 58 | CC | 52 | 39 | 0 | 14 | DE | 45 | 2F |
| Octal | 45 | 130 | 314 | 122 | 71 | 0 | 24 | 336 | 105 | 57 |
| Binary | 100101 | 1011000 | 11001100 | 1010010 | 111001 | 0 | 10100 | 11011110 | 1000101 | 101111 |
Color Harmonies of #2558CC
Complementary color
Monochromatic Colors of #2558CC
Black with #2558CC
Text Example
Text Example
White with #2558CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2558CC; }
p { color: rgb(37,88,204); }
H1.HeaderClassName
{
color: #2558CC;
}
.AnyTagClassName
{
color: #2558CC;
}
</style>
background-color css
<style>
a { background-color: #2558CC; }
a { background-color: rgb(37,88,204); }
div.DivClassName
{
background-color: #2558CC;
}
.BgClassName
{
background-color: #2558CC;
}
</style>
border-color css
<style>
span { border-color: #2558CC; }
span { border-color: rgb(37,88,204); }
td.TdClassName
{
border-color: #2558CC;
}
.TagClassName
{
border-color: #2558CC;
}
</style>