Shades of Cerulean Blue #2055CB
Tints of Cerulean Blue #2055CB
RGB
CMYK
RGB Variations
Color information
#2055CB (or 0x2055CB) is known color: Cerulean Blue. HEX triplet: 20, 55 and CB. RGB value is (32,85,203). Sum of RGB (Red+Green+Blue) = 32+85+203=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #2055CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2055CB is #DFAA34. Grayscale: #525252. Windows color (decimal): -14658101 or 13325600. OLE color: 13325600.
HSL color Cylindrical-coordinate representation of color #2055CB: hue angle of 221.4º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2055CB is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 85 | 203 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.20 |
| HSL | 221.4º | 0.73% | 0.46% | - |
| HSV(B) | 221.4º | 0.84% | 0.8% | - |
| XYZ | 14.62 | 11.12 | 57.87 | - |
| YUV | 82.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 203 | 0.84 | 0.58 | 0 | 0.20 | 221.4 | 0.73 | 0.46 |
| Hex | 20 | 55 | CB | 54 | 3A | 0 | 14 | DD | 49 | 2E |
| Octal | 40 | 125 | 313 | 124 | 72 | 0 | 24 | 335 | 111 | 56 |
| Binary | 100000 | 1010101 | 11001011 | 1010100 | 111010 | 0 | 10100 | 11011101 | 1001001 | 101110 |
Color Harmonies of #2055CB
Complementary color
Monochromatic Colors of #2055CB
Black with #2055CB
Text Example
Text Example
White with #2055CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2055CB; }
p { color: rgb(32,85,203); }
H1.HeaderClassName
{
color: #2055CB;
}
.AnyTagClassName
{
color: #2055CB;
}
</style>
background-color css
<style>
a { background-color: #2055CB; }
a { background-color: rgb(32,85,203); }
div.DivClassName
{
background-color: #2055CB;
}
.BgClassName
{
background-color: #2055CB;
}
</style>
border-color css
<style>
span { border-color: #2055CB; }
span { border-color: rgb(32,85,203); }
td.TdClassName
{
border-color: #2055CB;
}
.TagClassName
{
border-color: #2055CB;
}
</style>