Shades of Cerulean Blue #2154DE
Tints of Cerulean Blue #2154DE
RGB
CMYK
RGB Variations
Color information
#2154DE (or 0x2154DE) is known color: Cerulean Blue. HEX triplet: 21, 54 and DE. RGB value is (33,84,222). Sum of RGB (Red+Green+Blue) = 33+84+222=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #2154DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2154DE is #DEAB21. Grayscale: #535353. Windows color (decimal): -14592802 or 14570529. OLE color: 14570529.
HSL color Cylindrical-coordinate representation of color #2154DE: hue angle of 223.81º 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 #2154DE is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 84 | 222 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.13 |
| HSL | 223.81º | 0.74% | 0.5% | - |
| HSV(B) | 223.81º | 0.85% | 0.87% | - |
| XYZ | 16.98 | 11.94 | 70.52 | - |
| YUV | 84.48 | 205.6 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 222 | 0.85 | 0.62 | 0 | 0.13 | 223.81 | 0.74 | 0.5 |
| Hex | 21 | 54 | DE | 55 | 3E | 0 | D | E0 | 4A | 32 |
| Octal | 41 | 124 | 336 | 125 | 76 | 0 | 15 | 340 | 112 | 62 |
| Binary | 100001 | 1010100 | 11011110 | 1010101 | 111110 | 0 | 1101 | 11100000 | 1001010 | 110010 |
Color Harmonies of #2154DE
Complementary color
Monochromatic Colors of #2154DE
Black with #2154DE
Text Example
Text Example
White with #2154DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2154DE; }
p { color: rgb(33,84,222); }
H1.HeaderClassName
{
color: #2154DE;
}
.AnyTagClassName
{
color: #2154DE;
}
</style>
background-color css
<style>
a { background-color: #2154DE; }
a { background-color: rgb(33,84,222); }
div.DivClassName
{
background-color: #2154DE;
}
.BgClassName
{
background-color: #2154DE;
}
</style>
border-color css
<style>
span { border-color: #2154DE; }
span { border-color: rgb(33,84,222); }
td.TdClassName
{
border-color: #2154DE;
}
.TagClassName
{
border-color: #2154DE;
}
</style>