Shades of Cerulean Blue #2155DD
Tints of Cerulean Blue #2155DD
RGB
CMYK
RGB Variations
Color information
#2155DD (or 0x2155DD) is known color: Cerulean Blue. HEX triplet: 21, 55 and DD. RGB value is (33,85,221). Sum of RGB (Red+Green+Blue) = 33+85+221=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #2155DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2155DD is #DEAA22. Grayscale: #545454. Windows color (decimal): -14592547 or 14505249. OLE color: 14505249.
HSL color Cylindrical-coordinate representation of color #2155DD: hue angle of 223.4º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2155DD is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 85 | 221 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.13 |
| HSL | 223.4º | 0.74% | 0.5% | - |
| HSV(B) | 223.4º | 0.85% | 0.87% | - |
| XYZ | 16.93 | 12.04 | 69.84 | - |
| YUV | 84.96 | 204.77 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 221 | 0.85 | 0.62 | 0 | 0.13 | 223.4 | 0.74 | 0.5 |
| Hex | 21 | 55 | DD | 55 | 3E | 0 | D | DF | 4A | 32 |
| Octal | 41 | 125 | 335 | 125 | 76 | 0 | 15 | 337 | 112 | 62 |
| Binary | 100001 | 1010101 | 11011101 | 1010101 | 111110 | 0 | 1101 | 11011111 | 1001010 | 110010 |
Color Harmonies of #2155DD
Complementary color
Monochromatic Colors of #2155DD
Black with #2155DD
Text Example
Text Example
White with #2155DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2155DD; }
p { color: rgb(33,85,221); }
H1.HeaderClassName
{
color: #2155DD;
}
.AnyTagClassName
{
color: #2155DD;
}
</style>
background-color css
<style>
a { background-color: #2155DD; }
a { background-color: rgb(33,85,221); }
div.DivClassName
{
background-color: #2155DD;
}
.BgClassName
{
background-color: #2155DD;
}
</style>
border-color css
<style>
span { border-color: #2155DD; }
span { border-color: rgb(33,85,221); }
td.TdClassName
{
border-color: #2155DD;
}
.TagClassName
{
border-color: #2155DD;
}
</style>