Shades of Cerulean Blue #2152D9
Tints of Cerulean Blue #2152D9
RGB
CMYK
RGB Variations
Color information
#2152D9 (or 0x2152D9) is known color: Cerulean Blue. HEX triplet: 21, 52 and D9. RGB value is (33,82,217). Sum of RGB (Red+Green+Blue) = 33+82+217=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 217 (85.16% from 255 or 65.36% from 332); Max value from RGB is 217 - color contains mainly: blue. Hex color #2152D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2152D9 is #DEAD26. Grayscale: #525252. Windows color (decimal): -14593319 or 14242337. OLE color: 14242337.
HSL color Cylindrical-coordinate representation of color #2152D9: hue angle of 224.02º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2152D9 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 82 | 217 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.15 |
| HSL | 224.02º | 0.74% | 0.49% | - |
| HSV(B) | 224.02º | 0.85% | 0.85% | - |
| XYZ | 16.17 | 11.37 | 66.99 | - |
| YUV | 82.74 | 203.77 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 217 | 0.85 | 0.62 | 0 | 0.15 | 224.02 | 0.74 | 0.49 |
| Hex | 21 | 52 | D9 | 55 | 3E | 0 | F | E0 | 4A | 31 |
| Octal | 41 | 122 | 331 | 125 | 76 | 0 | 17 | 340 | 112 | 61 |
| Binary | 100001 | 1010010 | 11011001 | 1010101 | 111110 | 0 | 1111 | 11100000 | 1001010 | 110001 |
Color Harmonies of #2152D9
Complementary color
Monochromatic Colors of #2152D9
Black with #2152D9
Text Example
Text Example
White with #2152D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2152D9; }
p { color: rgb(33,82,217); }
H1.HeaderClassName
{
color: #2152D9;
}
.AnyTagClassName
{
color: #2152D9;
}
</style>
background-color css
<style>
a { background-color: #2152D9; }
a { background-color: rgb(33,82,217); }
div.DivClassName
{
background-color: #2152D9;
}
.BgClassName
{
background-color: #2152D9;
}
</style>
border-color css
<style>
span { border-color: #2152D9; }
span { border-color: rgb(33,82,217); }
td.TdClassName
{
border-color: #2152D9;
}
.TagClassName
{
border-color: #2152D9;
}
</style>