Shades of Cerulean Blue #2151CE
Tints of Cerulean Blue #2151CE
RGB
CMYK
RGB Variations
Color information
#2151CE (or 0x2151CE) is known color: Cerulean Blue. HEX triplet: 21, 51 and CE. RGB value is (33,81,206). Sum of RGB (Red+Green+Blue) = 33+81+206=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #2151CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2151CE is #DEAE31. Grayscale: #505050. Windows color (decimal): -14593586 or 13521185. OLE color: 13521185.
HSL color Cylindrical-coordinate representation of color #2151CE: hue angle of 223.35º degrees, saturation: 0.72, 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 #2151CE is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 81 | 206 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.19 |
| HSL | 223.35º | 0.72% | 0.47% | - |
| HSV(B) | 223.35º | 0.84% | 0.81% | - |
| XYZ | 14.71 | 10.66 | 59.68 | - |
| YUV | 80.9 | 198.6 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 206 | 0.84 | 0.61 | 0 | 0.19 | 223.35 | 0.72 | 0.47 |
| Hex | 21 | 51 | CE | 54 | 3D | 0 | 13 | DF | 48 | 2F |
| Octal | 41 | 121 | 316 | 124 | 75 | 0 | 23 | 337 | 110 | 57 |
| Binary | 100001 | 1010001 | 11001110 | 1010100 | 111101 | 0 | 10011 | 11011111 | 1001000 | 101111 |
Color Harmonies of #2151CE
Complementary color
Monochromatic Colors of #2151CE
Black with #2151CE
Text Example
Text Example
White with #2151CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2151CE; }
p { color: rgb(33,81,206); }
H1.HeaderClassName
{
color: #2151CE;
}
.AnyTagClassName
{
color: #2151CE;
}
</style>
background-color css
<style>
a { background-color: #2151CE; }
a { background-color: rgb(33,81,206); }
div.DivClassName
{
background-color: #2151CE;
}
.BgClassName
{
background-color: #2151CE;
}
</style>
border-color css
<style>
span { border-color: #2151CE; }
span { border-color: rgb(33,81,206); }
td.TdClassName
{
border-color: #2151CE;
}
.TagClassName
{
border-color: #2151CE;
}
</style>