Shades of Cerulean Blue #2558B2
Tints of Cerulean Blue #2558B2
RGB
CMYK
RGB Variations
Color information
#2558B2 (or 0x2558B2) is known color: Cerulean Blue. HEX triplet: 25, 58 and B2. RGB value is (37,88,178). Sum of RGB (Red+Green+Blue) = 37+88+178=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 178 (69.92% from 255 or 58.75% from 303); Max value from RGB is 178 - color contains mainly: blue. Hex color #2558B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2558B2 is #DAA74D. Grayscale: #525252. Windows color (decimal): -14329678 or 11687973. OLE color: 11687973.
HSL color Cylindrical-coordinate representation of color #2558B2: hue angle of 218.3º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2558B2 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 88 | 178 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.30 |
| HSL | 218.3º | 0.66% | 0.42% | - |
| HSV(B) | 218.3º | 0.79% | 0.7% | - |
| XYZ | 12.29 | 10.59 | 43.52 | - |
| YUV | 83.01 | 181.6 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 178 | 0.79 | 0.51 | 0 | 0.30 | 218.3 | 0.66 | 0.42 |
| Hex | 25 | 58 | B2 | 4F | 33 | 0 | 1E | DA | 42 | 2A |
| Octal | 45 | 130 | 262 | 117 | 63 | 0 | 36 | 332 | 102 | 52 |
| Binary | 100101 | 1011000 | 10110010 | 1001111 | 110011 | 0 | 11110 | 11011010 | 1000010 | 101010 |
Color Harmonies of #2558B2
Complementary color
Monochromatic Colors of #2558B2
Black with #2558B2
Text Example
Text Example
White with #2558B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2558B2; }
p { color: rgb(37,88,178); }
H1.HeaderClassName
{
color: #2558B2;
}
.AnyTagClassName
{
color: #2558B2;
}
</style>
background-color css
<style>
a { background-color: #2558B2; }
a { background-color: rgb(37,88,178); }
div.DivClassName
{
background-color: #2558B2;
}
.BgClassName
{
background-color: #2558B2;
}
</style>
border-color css
<style>
span { border-color: #2558B2; }
span { border-color: rgb(37,88,178); }
td.TdClassName
{
border-color: #2558B2;
}
.TagClassName
{
border-color: #2558B2;
}
</style>