Shades of Cerulean Blue #2051DA
Tints of Cerulean Blue #2051DA
RGB
CMYK
RGB Variations
Color information
#2051DA (or 0x2051DA) is known color: Cerulean Blue. HEX triplet: 20, 51 and DA. RGB value is (32,81,218). Sum of RGB (Red+Green+Blue) = 32+81+218=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #2051DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2051DA is #DFAE25. Grayscale: #515151. Windows color (decimal): -14659110 or 14307616. OLE color: 14307616.
HSL color Cylindrical-coordinate representation of color #2051DA: hue angle of 224.19º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2051DA is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 81 | 218 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.15 |
| HSL | 224.19º | 0.74% | 0.49% | - |
| HSV(B) | 224.19º | 0.85% | 0.85% | - |
| XYZ | 16.19 | 11.25 | 67.65 | - |
| YUV | 81.97 | 204.77 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 218 | 0.85 | 0.63 | 0 | 0.15 | 224.19 | 0.74 | 0.49 |
| Hex | 20 | 51 | DA | 55 | 3F | 0 | F | E0 | 4A | 31 |
| Octal | 40 | 121 | 332 | 125 | 77 | 0 | 17 | 340 | 112 | 61 |
| Binary | 100000 | 1010001 | 11011010 | 1010101 | 111111 | 0 | 1111 | 11100000 | 1001010 | 110001 |
Color Harmonies of #2051DA
Complementary color
Monochromatic Colors of #2051DA
Black with #2051DA
Text Example
Text Example
White with #2051DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2051DA; }
p { color: rgb(32,81,218); }
H1.HeaderClassName
{
color: #2051DA;
}
.AnyTagClassName
{
color: #2051DA;
}
</style>
background-color css
<style>
a { background-color: #2051DA; }
a { background-color: rgb(32,81,218); }
div.DivClassName
{
background-color: #2051DA;
}
.BgClassName
{
background-color: #2051DA;
}
</style>
border-color css
<style>
span { border-color: #2051DA; }
span { border-color: rgb(32,81,218); }
td.TdClassName
{
border-color: #2051DA;
}
.TagClassName
{
border-color: #2051DA;
}
</style>