Shades of Cerulean Blue #2158BC
Tints of Cerulean Blue #2158BC
RGB
CMYK
RGB Variations
Color information
#2158BC (or 0x2158BC) is known color: Cerulean Blue. HEX triplet: 21, 58 and BC. RGB value is (33,88,188). Sum of RGB (Red+Green+Blue) = 33+88+188=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #2158BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2158BC is #DEA743. Grayscale: #525252. Windows color (decimal): -14591812 or 12343329. OLE color: 12343329.
HSL color Cylindrical-coordinate representation of color #2158BC: hue angle of 218.71º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2158BC is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 88 | 188 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.26 |
| HSL | 218.71º | 0.7% | 0.43% | - |
| HSV(B) | 218.71º | 0.82% | 0.74% | - |
| XYZ | 13.19 | 10.93 | 48.99 | - |
| YUV | 82.96 | 187.28 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 188 | 0.82 | 0.53 | 0 | 0.26 | 218.71 | 0.7 | 0.43 |
| Hex | 21 | 58 | BC | 52 | 35 | 0 | 1A | DB | 46 | 2B |
| Octal | 41 | 130 | 274 | 122 | 65 | 0 | 32 | 333 | 106 | 53 |
| Binary | 100001 | 1011000 | 10111100 | 1010010 | 110101 | 0 | 11010 | 11011011 | 1000110 | 101011 |
Color Harmonies of #2158BC
Complementary color
Monochromatic Colors of #2158BC
Black with #2158BC
Text Example
Text Example
White with #2158BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2158BC; }
p { color: rgb(33,88,188); }
H1.HeaderClassName
{
color: #2158BC;
}
.AnyTagClassName
{
color: #2158BC;
}
</style>
background-color css
<style>
a { background-color: #2158BC; }
a { background-color: rgb(33,88,188); }
div.DivClassName
{
background-color: #2158BC;
}
.BgClassName
{
background-color: #2158BC;
}
</style>
border-color css
<style>
span { border-color: #2158BC; }
span { border-color: rgb(33,88,188); }
td.TdClassName
{
border-color: #2158BC;
}
.TagClassName
{
border-color: #2158BC;
}
</style>