Shades of Blue #2005EC
Tints of Blue #2005EC
RGB
CMYK
RGB Variations
Color information
#2005EC (or 0x2005EC) is known color: Blue. HEX triplet: 20, 05 and EC. RGB value is (32,5,236). Sum of RGB (Red+Green+Blue) = 32+5+236=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 236 (92.58% from 255 or 86.45% from 273); Max value from RGB is 236 - color contains mainly: blue. Hex color #2005EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2005EC is #DFFA13. Grayscale: #262626. Windows color (decimal): -14678548 or 15467808. OLE color: 15467808.
HSL color Cylindrical-coordinate representation of color #2005EC: hue angle of 247.01º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2005EC is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 5 | 236 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.07 |
| HSL | 247.01º | 0.96% | 0.47% | - |
| HSV(B) | 247.01º | 0.98% | 0.93% | - |
| XYZ | 15.79 | 6.47 | 79.77 | - |
| YUV | 39.41 | 238.95 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 236 | 0.86 | 0.98 | 0 | 0.07 | 247.01 | 0.96 | 0.47 |
| Hex | 20 | 5 | EC | 56 | 62 | 0 | 7 | F7 | 60 | 2F |
| Octal | 40 | 5 | 354 | 126 | 142 | 0 | 7 | 367 | 140 | 57 |
| Binary | 100000 | 101 | 11101100 | 1010110 | 1100010 | 0 | 111 | 11110111 | 1100000 | 101111 |
Color Harmonies of #2005EC
Complementary color
Monochromatic Colors of #2005EC
Black with #2005EC
Text Example
Text Example
White with #2005EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005EC; }
p { color: rgb(32,5,236); }
H1.HeaderClassName
{
color: #2005EC;
}
.AnyTagClassName
{
color: #2005EC;
}
</style>
background-color css
<style>
a { background-color: #2005EC; }
a { background-color: rgb(32,5,236); }
div.DivClassName
{
background-color: #2005EC;
}
.BgClassName
{
background-color: #2005EC;
}
</style>
border-color css
<style>
span { border-color: #2005EC; }
span { border-color: rgb(32,5,236); }
td.TdClassName
{
border-color: #2005EC;
}
.TagClassName
{
border-color: #2005EC;
}
</style>