Shades of Cerulean Blue #2258BC
Tints of Cerulean Blue #2258BC
RGB
CMYK
RGB Variations
Color information
#2258BC (or 0x2258BC) is known color: Cerulean Blue. HEX triplet: 22, 58 and BC. RGB value is (34,88,188). Sum of RGB (Red+Green+Blue) = 34+88+188=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #2258BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2258BC is #DDA743. Grayscale: #525252. Windows color (decimal): -14526276 or 12343330. OLE color: 12343330.
HSL color Cylindrical-coordinate representation of color #2258BC: hue angle of 218.96º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2258BC is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 88 | 188 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.26 |
| HSL | 218.96º | 0.69% | 0.44% | - |
| HSV(B) | 218.96º | 0.82% | 0.74% | - |
| XYZ | 13.23 | 10.95 | 48.99 | - |
| YUV | 83.25 | 187.11 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 88 | 188 | 0.82 | 0.53 | 0 | 0.26 | 218.96 | 0.69 | 0.44 |
| Hex | 22 | 58 | BC | 52 | 35 | 0 | 1A | DB | 45 | 2C |
| Octal | 42 | 130 | 274 | 122 | 65 | 0 | 32 | 333 | 105 | 54 |
| Binary | 100010 | 1011000 | 10111100 | 1010010 | 110101 | 0 | 11010 | 11011011 | 1000101 | 101100 |
Color Harmonies of #2258BC
Complementary color
Monochromatic Colors of #2258BC
Black with #2258BC
Text Example
Text Example
White with #2258BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2258BC; }
p { color: rgb(34,88,188); }
H1.HeaderClassName
{
color: #2258BC;
}
.AnyTagClassName
{
color: #2258BC;
}
</style>
background-color css
<style>
a { background-color: #2258BC; }
a { background-color: rgb(34,88,188); }
div.DivClassName
{
background-color: #2258BC;
}
.BgClassName
{
background-color: #2258BC;
}
</style>
border-color css
<style>
span { border-color: #2258BC; }
span { border-color: rgb(34,88,188); }
td.TdClassName
{
border-color: #2258BC;
}
.TagClassName
{
border-color: #2258BC;
}
</style>