Shades of Cerulean Blue #2152D1
Tints of Cerulean Blue #2152D1
RGB
CMYK
RGB Variations
Color information
#2152D1 (or 0x2152D1) is known color: Cerulean Blue. HEX triplet: 21, 52 and D1. RGB value is (33,82,209). Sum of RGB (Red+Green+Blue) = 33+82+209=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 209 (82.03% from 255 or 64.51% from 324); Max value from RGB is 209 - color contains mainly: blue. Hex color #2152D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2152D1 is #DEAD2E. Grayscale: #515151. Windows color (decimal): -14593327 or 13718049. OLE color: 13718049.
HSL color Cylindrical-coordinate representation of color #2152D1: hue angle of 223.3º 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 #2152D1 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 82 | 209 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.18 |
| HSL | 223.3º | 0.73% | 0.47% | - |
| HSV(B) | 223.3º | 0.84% | 0.82% | - |
| XYZ | 15.15 | 10.96 | 61.64 | - |
| YUV | 81.83 | 199.77 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 209 | 0.84 | 0.61 | 0 | 0.18 | 223.3 | 0.73 | 0.47 |
| Hex | 21 | 52 | D1 | 54 | 3D | 0 | 12 | DF | 49 | 2F |
| Octal | 41 | 122 | 321 | 124 | 75 | 0 | 22 | 337 | 111 | 57 |
| Binary | 100001 | 1010010 | 11010001 | 1010100 | 111101 | 0 | 10010 | 11011111 | 1001001 | 101111 |
Color Harmonies of #2152D1
Complementary color
Monochromatic Colors of #2152D1
Black with #2152D1
Text Example
Text Example
White with #2152D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2152D1; }
p { color: rgb(33,82,209); }
H1.HeaderClassName
{
color: #2152D1;
}
.AnyTagClassName
{
color: #2152D1;
}
</style>
background-color css
<style>
a { background-color: #2152D1; }
a { background-color: rgb(33,82,209); }
div.DivClassName
{
background-color: #2152D1;
}
.BgClassName
{
background-color: #2152D1;
}
</style>
border-color css
<style>
span { border-color: #2152D1; }
span { border-color: rgb(33,82,209); }
td.TdClassName
{
border-color: #2152D1;
}
.TagClassName
{
border-color: #2152D1;
}
</style>