Shades of Cerulean Blue #2152CA
Tints of Cerulean Blue #2152CA
RGB
CMYK
RGB Variations
Color information
#2152CA (or 0x2152CA) is known color: Cerulean Blue. HEX triplet: 21, 52 and CA. RGB value is (33,82,202). Sum of RGB (Red+Green+Blue) = 33+82+202=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #2152CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2152CA is #DEAD35. Grayscale: #505050. Windows color (decimal): -14593334 or 13259297. OLE color: 13259297.
HSL color Cylindrical-coordinate representation of color #2152CA: hue angle of 222.6º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2152CA is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 82 | 202 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.21 |
| HSL | 222.6º | 0.72% | 0.46% | - |
| HSV(B) | 222.6º | 0.84% | 0.79% | - |
| XYZ | 14.31 | 10.62 | 57.17 | - |
| YUV | 81.03 | 196.27 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 202 | 0.84 | 0.59 | 0 | 0.21 | 222.6 | 0.72 | 0.46 |
| Hex | 21 | 52 | CA | 54 | 3B | 0 | 15 | DF | 48 | 2E |
| Octal | 41 | 122 | 312 | 124 | 73 | 0 | 25 | 337 | 110 | 56 |
| Binary | 100001 | 1010010 | 11001010 | 1010100 | 111011 | 0 | 10101 | 11011111 | 1001000 | 101110 |
Color Harmonies of #2152CA
Complementary color
Monochromatic Colors of #2152CA
Black with #2152CA
Text Example
Text Example
White with #2152CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2152CA; }
p { color: rgb(33,82,202); }
H1.HeaderClassName
{
color: #2152CA;
}
.AnyTagClassName
{
color: #2152CA;
}
</style>
background-color css
<style>
a { background-color: #2152CA; }
a { background-color: rgb(33,82,202); }
div.DivClassName
{
background-color: #2152CA;
}
.BgClassName
{
background-color: #2152CA;
}
</style>
border-color css
<style>
span { border-color: #2152CA; }
span { border-color: rgb(33,82,202); }
td.TdClassName
{
border-color: #2152CA;
}
.TagClassName
{
border-color: #2152CA;
}
</style>