Shades of Cerulean Blue #2155DB
Tints of Cerulean Blue #2155DB
RGB
CMYK
RGB Variations
Color information
#2155DB (or 0x2155DB) is known color: Cerulean Blue. HEX triplet: 21, 55 and DB. RGB value is (33,85,219). Sum of RGB (Red+Green+Blue) = 33+85+219=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #2155DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2155DB is #DEAA24. Grayscale: #545454. Windows color (decimal): -14592549 or 14374177. OLE color: 14374177.
HSL color Cylindrical-coordinate representation of color #2155DB: hue angle of 223.23º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2155DB is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 85 | 219 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.14 |
| HSL | 223.23º | 0.74% | 0.49% | - |
| HSV(B) | 223.23º | 0.85% | 0.86% | - |
| XYZ | 16.66 | 11.93 | 68.44 | - |
| YUV | 84.73 | 203.77 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 219 | 0.85 | 0.61 | 0 | 0.14 | 223.23 | 0.74 | 0.49 |
| Hex | 21 | 55 | DB | 55 | 3D | 0 | E | DF | 4A | 31 |
| Octal | 41 | 125 | 333 | 125 | 75 | 0 | 16 | 337 | 112 | 61 |
| Binary | 100001 | 1010101 | 11011011 | 1010101 | 111101 | 0 | 1110 | 11011111 | 1001010 | 110001 |
Color Harmonies of #2155DB
Complementary color
Monochromatic Colors of #2155DB
Black with #2155DB
Text Example
Text Example
White with #2155DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2155DB; }
p { color: rgb(33,85,219); }
H1.HeaderClassName
{
color: #2155DB;
}
.AnyTagClassName
{
color: #2155DB;
}
</style>
background-color css
<style>
a { background-color: #2155DB; }
a { background-color: rgb(33,85,219); }
div.DivClassName
{
background-color: #2155DB;
}
.BgClassName
{
background-color: #2155DB;
}
</style>
border-color css
<style>
span { border-color: #2155DB; }
span { border-color: rgb(33,85,219); }
td.TdClassName
{
border-color: #2155DB;
}
.TagClassName
{
border-color: #2155DB;
}
</style>