Shades of Cerulean Blue #2558BC
Tints of Cerulean Blue #2558BC
RGB
CMYK
RGB Variations
Color information
#2558BC (or 0x2558BC) is known color: Cerulean Blue. HEX triplet: 25, 58 and BC. RGB value is (37,88,188). Sum of RGB (Red+Green+Blue) = 37+88+188=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #2558BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2558BC is #DAA743. Grayscale: #535353. Windows color (decimal): -14329668 or 12343333. OLE color: 12343333.
HSL color Cylindrical-coordinate representation of color #2558BC: hue angle of 219.74º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2558BC is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 88 | 188 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.26 |
| HSL | 219.74º | 0.67% | 0.44% | - |
| HSV(B) | 219.74º | 0.8% | 0.74% | - |
| XYZ | 13.33 | 11 | 49 | - |
| YUV | 84.15 | 186.6 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 188 | 0.80 | 0.53 | 0 | 0.26 | 219.74 | 0.67 | 0.44 |
| Hex | 25 | 58 | BC | 50 | 35 | 0 | 1A | DC | 43 | 2C |
| Octal | 45 | 130 | 274 | 120 | 65 | 0 | 32 | 334 | 103 | 54 |
| Binary | 100101 | 1011000 | 10111100 | 1010000 | 110101 | 0 | 11010 | 11011100 | 1000011 | 101100 |
Color Harmonies of #2558BC
Complementary color
Monochromatic Colors of #2558BC
Black with #2558BC
Text Example
Text Example
White with #2558BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2558BC; }
p { color: rgb(37,88,188); }
H1.HeaderClassName
{
color: #2558BC;
}
.AnyTagClassName
{
color: #2558BC;
}
</style>
background-color css
<style>
a { background-color: #2558BC; }
a { background-color: rgb(37,88,188); }
div.DivClassName
{
background-color: #2558BC;
}
.BgClassName
{
background-color: #2558BC;
}
</style>
border-color css
<style>
span { border-color: #2558BC; }
span { border-color: rgb(37,88,188); }
td.TdClassName
{
border-color: #2558BC;
}
.TagClassName
{
border-color: #2558BC;
}
</style>