Shades of Cerulean Blue #2152DC
Tints of Cerulean Blue #2152DC
RGB
CMYK
RGB Variations
Color information
#2152DC (or 0x2152DC) is known color: Cerulean Blue. HEX triplet: 21, 52 and DC. RGB value is (33,82,220). Sum of RGB (Red+Green+Blue) = 33+82+220=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #2152DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2152DC is #DEAD23. Grayscale: #525252. Windows color (decimal): -14593316 or 14438945. OLE color: 14438945.
HSL color Cylindrical-coordinate representation of color #2152DC: hue angle of 224.28º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2152DC is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 82 | 220 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.14 |
| HSL | 224.28º | 0.74% | 0.5% | - |
| HSV(B) | 224.28º | 0.85% | 0.86% | - |
| XYZ | 16.56 | 11.53 | 69.06 | - |
| YUV | 83.08 | 205.27 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 220 | 0.85 | 0.63 | 0 | 0.14 | 224.28 | 0.74 | 0.5 |
| Hex | 21 | 52 | DC | 55 | 3F | 0 | E | E0 | 4A | 32 |
| Octal | 41 | 122 | 334 | 125 | 77 | 0 | 16 | 340 | 112 | 62 |
| Binary | 100001 | 1010010 | 11011100 | 1010101 | 111111 | 0 | 1110 | 11100000 | 1001010 | 110010 |
Color Harmonies of #2152DC
Complementary color
Monochromatic Colors of #2152DC
Black with #2152DC
Text Example
Text Example
White with #2152DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2152DC; }
p { color: rgb(33,82,220); }
H1.HeaderClassName
{
color: #2152DC;
}
.AnyTagClassName
{
color: #2152DC;
}
</style>
background-color css
<style>
a { background-color: #2152DC; }
a { background-color: rgb(33,82,220); }
div.DivClassName
{
background-color: #2152DC;
}
.BgClassName
{
background-color: #2152DC;
}
</style>
border-color css
<style>
span { border-color: #2152DC; }
span { border-color: rgb(33,82,220); }
td.TdClassName
{
border-color: #2152DC;
}
.TagClassName
{
border-color: #2152DC;
}
</style>