Shades of Cerulean Blue #2051DF
Tints of Cerulean Blue #2051DF
RGB
CMYK
RGB Variations
Color information
#2051DF (or 0x2051DF) is known color: Cerulean Blue. HEX triplet: 20, 51 and DF. RGB value is (32,81,223). Sum of RGB (Red+Green+Blue) = 32+81+223=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #2051DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2051DF is #DFAE20. Grayscale: #515151. Windows color (decimal): -14659105 or 14635296. OLE color: 14635296.
HSL color Cylindrical-coordinate representation of color #2051DF: hue angle of 224.61º 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 #2051DF is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 81 | 223 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.13 |
| HSL | 224.61º | 0.75% | 0.5% | - |
| HSV(B) | 224.61º | 0.86% | 0.87% | - |
| XYZ | 16.86 | 11.52 | 71.15 | - |
| YUV | 82.54 | 207.27 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 223 | 0.86 | 0.64 | 0 | 0.13 | 224.61 | 0.75 | 0.5 |
| Hex | 20 | 51 | DF | 56 | 40 | 0 | D | E1 | 4B | 32 |
| Octal | 40 | 121 | 337 | 126 | 100 | 0 | 15 | 341 | 113 | 62 |
| Binary | 100000 | 1010001 | 11011111 | 1010110 | 1000000 | 0 | 1101 | 11100001 | 1001011 | 110010 |
Color Harmonies of #2051DF
Complementary color
Monochromatic Colors of #2051DF
Black with #2051DF
Text Example
Text Example
White with #2051DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2051DF; }
p { color: rgb(32,81,223); }
H1.HeaderClassName
{
color: #2051DF;
}
.AnyTagClassName
{
color: #2051DF;
}
</style>
background-color css
<style>
a { background-color: #2051DF; }
a { background-color: rgb(32,81,223); }
div.DivClassName
{
background-color: #2051DF;
}
.BgClassName
{
background-color: #2051DF;
}
</style>
border-color css
<style>
span { border-color: #2051DF; }
span { border-color: rgb(32,81,223); }
td.TdClassName
{
border-color: #2051DF;
}
.TagClassName
{
border-color: #2051DF;
}
</style>