Shades of Cerulean Blue #2051C6
Tints of Cerulean Blue #2051C6
RGB
CMYK
RGB Variations
Color information
#2051C6 (or 0x2051C6) is known color: Cerulean Blue. HEX triplet: 20, 51 and C6. RGB value is (32,81,198). Sum of RGB (Red+Green+Blue) = 32+81+198=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 198 (77.73% from 255 or 63.67% from 311); Max value from RGB is 198 - color contains mainly: blue. Hex color #2051C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2051C6 is #DFAE39. Grayscale: #4F4F4F. Windows color (decimal): -14659130 or 12996896. OLE color: 12996896.
HSL color Cylindrical-coordinate representation of color #2051C6: hue angle of 222.29º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2051C6 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 81 | 198 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.22 |
| HSL | 222.29º | 0.72% | 0.45% | - |
| HSV(B) | 222.29º | 0.84% | 0.78% | - |
| XYZ | 13.73 | 10.27 | 54.68 | - |
| YUV | 79.69 | 194.77 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 198 | 0.84 | 0.59 | 0 | 0.22 | 222.29 | 0.72 | 0.45 |
| Hex | 20 | 51 | C6 | 54 | 3B | 0 | 16 | DE | 48 | 2D |
| Octal | 40 | 121 | 306 | 124 | 73 | 0 | 26 | 336 | 110 | 55 |
| Binary | 100000 | 1010001 | 11000110 | 1010100 | 111011 | 0 | 10110 | 11011110 | 1001000 | 101101 |
Color Harmonies of #2051C6
Complementary color
Monochromatic Colors of #2051C6
Black with #2051C6
Text Example
Text Example
White with #2051C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2051C6; }
p { color: rgb(32,81,198); }
H1.HeaderClassName
{
color: #2051C6;
}
.AnyTagClassName
{
color: #2051C6;
}
</style>
background-color css
<style>
a { background-color: #2051C6; }
a { background-color: rgb(32,81,198); }
div.DivClassName
{
background-color: #2051C6;
}
.BgClassName
{
background-color: #2051C6;
}
</style>
border-color css
<style>
span { border-color: #2051C6; }
span { border-color: rgb(32,81,198); }
td.TdClassName
{
border-color: #2051C6;
}
.TagClassName
{
border-color: #2051C6;
}
</style>