Shades of Cerulean Blue #2154D1
Tints of Cerulean Blue #2154D1
RGB
CMYK
RGB Variations
Color information
#2154D1 (or 0x2154D1) is known color: Cerulean Blue. HEX triplet: 21, 54 and D1. RGB value is (33,84,209). Sum of RGB (Red+Green+Blue) = 33+84+209=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 209 (82.03% from 255 or 64.11% from 326); Max value from RGB is 209 - color contains mainly: blue. Hex color #2154D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2154D1 is #DEAB2E. Grayscale: #525252. Windows color (decimal): -14592815 or 13718561. OLE color: 13718561.
HSL color Cylindrical-coordinate representation of color #2154D1: hue angle of 222.61º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2154D1 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 84 | 209 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.18 |
| HSL | 222.61º | 0.73% | 0.47% | - |
| HSV(B) | 222.61º | 0.84% | 0.82% | - |
| XYZ | 15.31 | 11.27 | 61.69 | - |
| YUV | 83 | 199.1 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 209 | 0.84 | 0.60 | 0 | 0.18 | 222.61 | 0.73 | 0.47 |
| Hex | 21 | 54 | D1 | 54 | 3C | 0 | 12 | DF | 49 | 2F |
| Octal | 41 | 124 | 321 | 124 | 74 | 0 | 22 | 337 | 111 | 57 |
| Binary | 100001 | 1010100 | 11010001 | 1010100 | 111100 | 0 | 10010 | 11011111 | 1001001 | 101111 |
Color Harmonies of #2154D1
Complementary color
Monochromatic Colors of #2154D1
Black with #2154D1
Text Example
Text Example
White with #2154D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2154D1; }
p { color: rgb(33,84,209); }
H1.HeaderClassName
{
color: #2154D1;
}
.AnyTagClassName
{
color: #2154D1;
}
</style>
background-color css
<style>
a { background-color: #2154D1; }
a { background-color: rgb(33,84,209); }
div.DivClassName
{
background-color: #2154D1;
}
.BgClassName
{
background-color: #2154D1;
}
</style>
border-color css
<style>
span { border-color: #2154D1; }
span { border-color: rgb(33,84,209); }
td.TdClassName
{
border-color: #2154D1;
}
.TagClassName
{
border-color: #2154D1;
}
</style>