Shades of Cerulean Blue #2154DB
Tints of Cerulean Blue #2154DB
RGB
CMYK
RGB Variations
Color information
#2154DB (or 0x2154DB) is known color: Cerulean Blue. HEX triplet: 21, 54 and DB. RGB value is (33,84,219). Sum of RGB (Red+Green+Blue) = 33+84+219=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #2154DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2154DB is #DEAB24. Grayscale: #535353. Windows color (decimal): -14592805 or 14373921. OLE color: 14373921.
HSL color Cylindrical-coordinate representation of color #2154DB: hue angle of 223.55º 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 #2154DB is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 84 | 219 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.14 |
| HSL | 223.55º | 0.74% | 0.49% | - |
| HSV(B) | 223.55º | 0.85% | 0.86% | - |
| XYZ | 16.58 | 11.78 | 68.42 | - |
| YUV | 84.14 | 204.1 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 219 | 0.85 | 0.62 | 0 | 0.14 | 223.55 | 0.74 | 0.49 |
| Hex | 21 | 54 | DB | 55 | 3E | 0 | E | E0 | 4A | 31 |
| Octal | 41 | 124 | 333 | 125 | 76 | 0 | 16 | 340 | 112 | 61 |
| Binary | 100001 | 1010100 | 11011011 | 1010101 | 111110 | 0 | 1110 | 11100000 | 1001010 | 110001 |
Color Harmonies of #2154DB
Complementary color
Monochromatic Colors of #2154DB
Black with #2154DB
Text Example
Text Example
White with #2154DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2154DB; }
p { color: rgb(33,84,219); }
H1.HeaderClassName
{
color: #2154DB;
}
.AnyTagClassName
{
color: #2154DB;
}
</style>
background-color css
<style>
a { background-color: #2154DB; }
a { background-color: rgb(33,84,219); }
div.DivClassName
{
background-color: #2154DB;
}
.BgClassName
{
background-color: #2154DB;
}
</style>
border-color css
<style>
span { border-color: #2154DB; }
span { border-color: rgb(33,84,219); }
td.TdClassName
{
border-color: #2154DB;
}
.TagClassName
{
border-color: #2154DB;
}
</style>