Shades of Cerulean Blue #2050DC
Tints of Cerulean Blue #2050DC
RGB
CMYK
RGB Variations
Color information
#2050DC (or 0x2050DC) is known color: Cerulean Blue. HEX triplet: 20, 50 and DC. RGB value is (32,80,220). Sum of RGB (Red+Green+Blue) = 32+80+220=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #2050DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2050DC is #DFAF23. Grayscale: #515151. Windows color (decimal): -14659364 or 14438432. OLE color: 14438432.
HSL color Cylindrical-coordinate representation of color #2050DC: hue angle of 224.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2050DC is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 80 | 220 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.14 |
| HSL | 224.68º | 0.75% | 0.49% | - |
| HSV(B) | 224.68º | 0.85% | 0.86% | - |
| XYZ | 16.38 | 11.21 | 69.01 | - |
| YUV | 81.61 | 206.1 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 220 | 0.85 | 0.64 | 0 | 0.14 | 224.68 | 0.75 | 0.49 |
| Hex | 20 | 50 | DC | 55 | 40 | 0 | E | E1 | 4B | 31 |
| Octal | 40 | 120 | 334 | 125 | 100 | 0 | 16 | 341 | 113 | 61 |
| Binary | 100000 | 1010000 | 11011100 | 1010101 | 1000000 | 0 | 1110 | 11100001 | 1001011 | 110001 |
Color Harmonies of #2050DC
Complementary color
Monochromatic Colors of #2050DC
Black with #2050DC
Text Example
Text Example
White with #2050DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2050DC; }
p { color: rgb(32,80,220); }
H1.HeaderClassName
{
color: #2050DC;
}
.AnyTagClassName
{
color: #2050DC;
}
</style>
background-color css
<style>
a { background-color: #2050DC; }
a { background-color: rgb(32,80,220); }
div.DivClassName
{
background-color: #2050DC;
}
.BgClassName
{
background-color: #2050DC;
}
</style>
border-color css
<style>
span { border-color: #2050DC; }
span { border-color: rgb(32,80,220); }
td.TdClassName
{
border-color: #2050DC;
}
.TagClassName
{
border-color: #2050DC;
}
</style>