Shades of Cerulean Blue #2154D4
Tints of Cerulean Blue #2154D4
RGB
CMYK
RGB Variations
Color information
#2154D4 (or 0x2154D4) is known color: Cerulean Blue. HEX triplet: 21, 54 and D4. RGB value is (33,84,212). Sum of RGB (Red+Green+Blue) = 33+84+212=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 212 (83.20% from 255 or 64.44% from 329); Max value from RGB is 212 - color contains mainly: blue. Hex color #2154D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2154D4 is #DEAB2B. Grayscale: #525252. Windows color (decimal): -14592812 or 13915169. OLE color: 13915169.
HSL color Cylindrical-coordinate representation of color #2154D4: hue angle of 222.91º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2154D4 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 84 | 212 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.17 |
| HSL | 222.91º | 0.73% | 0.48% | - |
| HSV(B) | 222.91º | 0.84% | 0.83% | - |
| XYZ | 15.68 | 11.42 | 63.66 | - |
| YUV | 83.34 | 200.6 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 212 | 0.84 | 0.60 | 0 | 0.17 | 222.91 | 0.73 | 0.48 |
| Hex | 21 | 54 | D4 | 54 | 3C | 0 | 11 | DF | 49 | 30 |
| Octal | 41 | 124 | 324 | 124 | 74 | 0 | 21 | 337 | 111 | 60 |
| Binary | 100001 | 1010100 | 11010100 | 1010100 | 111100 | 0 | 10001 | 11011111 | 1001001 | 110000 |
Color Harmonies of #2154D4
Complementary color
Monochromatic Colors of #2154D4
Black with #2154D4
Text Example
Text Example
White with #2154D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2154D4; }
p { color: rgb(33,84,212); }
H1.HeaderClassName
{
color: #2154D4;
}
.AnyTagClassName
{
color: #2154D4;
}
</style>
background-color css
<style>
a { background-color: #2154D4; }
a { background-color: rgb(33,84,212); }
div.DivClassName
{
background-color: #2154D4;
}
.BgClassName
{
background-color: #2154D4;
}
</style>
border-color css
<style>
span { border-color: #2154D4; }
span { border-color: rgb(33,84,212); }
td.TdClassName
{
border-color: #2154D4;
}
.TagClassName
{
border-color: #2154D4;
}
</style>