Shades of Cerulean Blue #2152CF
Tints of Cerulean Blue #2152CF
RGB
CMYK
RGB Variations
Color information
#2152CF (or 0x2152CF) is known color: Cerulean Blue. HEX triplet: 21, 52 and CF. RGB value is (33,82,207). Sum of RGB (Red+Green+Blue) = 33+82+207=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #2152CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2152CF is #DEAD30. Grayscale: #515151. Windows color (decimal): -14593329 or 13586977. OLE color: 13586977.
HSL color Cylindrical-coordinate representation of color #2152CF: hue angle of 223.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2152CF is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 82 | 207 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.19 |
| HSL | 223.1º | 0.73% | 0.47% | - |
| HSV(B) | 223.1º | 0.84% | 0.81% | - |
| XYZ | 14.91 | 10.86 | 60.34 | - |
| YUV | 81.6 | 198.77 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 207 | 0.84 | 0.60 | 0 | 0.19 | 223.1 | 0.73 | 0.47 |
| Hex | 21 | 52 | CF | 54 | 3C | 0 | 13 | DF | 48 | 2F |
| Octal | 41 | 122 | 317 | 124 | 74 | 0 | 23 | 337 | 110 | 57 |
| Binary | 100001 | 1010010 | 11001111 | 1010100 | 111100 | 0 | 10011 | 11011111 | 1001000 | 101111 |
Color Harmonies of #2152CF
Complementary color
Monochromatic Colors of #2152CF
Black with #2152CF
Text Example
Text Example
White with #2152CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2152CF; }
p { color: rgb(33,82,207); }
H1.HeaderClassName
{
color: #2152CF;
}
.AnyTagClassName
{
color: #2152CF;
}
</style>
background-color css
<style>
a { background-color: #2152CF; }
a { background-color: rgb(33,82,207); }
div.DivClassName
{
background-color: #2152CF;
}
.BgClassName
{
background-color: #2152CF;
}
</style>
border-color css
<style>
span { border-color: #2152CF; }
span { border-color: rgb(33,82,207); }
td.TdClassName
{
border-color: #2152CF;
}
.TagClassName
{
border-color: #2152CF;
}
</style>