Shades of Cerulean Blue #2051DE
Tints of Cerulean Blue #2051DE
RGB
CMYK
RGB Variations
Color information
#2051DE (or 0x2051DE) is known color: Cerulean Blue. HEX triplet: 20, 51 and DE. RGB value is (32,81,222). Sum of RGB (Red+Green+Blue) = 32+81+222=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #2051DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2051DE is #DFAE21. Grayscale: #515151. Windows color (decimal): -14659106 or 14569760. OLE color: 14569760.
HSL color Cylindrical-coordinate representation of color #2051DE: hue angle of 224.53º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2051DE is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 81 | 222 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.13 |
| HSL | 224.53º | 0.75% | 0.5% | - |
| HSV(B) | 224.53º | 0.86% | 0.87% | - |
| XYZ | 16.72 | 11.47 | 70.44 | - |
| YUV | 82.42 | 206.77 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 222 | 0.86 | 0.64 | 0 | 0.13 | 224.53 | 0.75 | 0.5 |
| Hex | 20 | 51 | DE | 56 | 40 | 0 | D | E1 | 4B | 32 |
| Octal | 40 | 121 | 336 | 126 | 100 | 0 | 15 | 341 | 113 | 62 |
| Binary | 100000 | 1010001 | 11011110 | 1010110 | 1000000 | 0 | 1101 | 11100001 | 1001011 | 110010 |
Color Harmonies of #2051DE
Complementary color
Monochromatic Colors of #2051DE
Black with #2051DE
Text Example
Text Example
White with #2051DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2051DE; }
p { color: rgb(32,81,222); }
H1.HeaderClassName
{
color: #2051DE;
}
.AnyTagClassName
{
color: #2051DE;
}
</style>
background-color css
<style>
a { background-color: #2051DE; }
a { background-color: rgb(32,81,222); }
div.DivClassName
{
background-color: #2051DE;
}
.BgClassName
{
background-color: #2051DE;
}
</style>
border-color css
<style>
span { border-color: #2051DE; }
span { border-color: rgb(32,81,222); }
td.TdClassName
{
border-color: #2051DE;
}
.TagClassName
{
border-color: #2051DE;
}
</style>