Shades of Blue #2005ED
Tints of Blue #2005ED
RGB
CMYK
RGB Variations
Color information
#2005ED (or 0x2005ED) is known color: Blue. HEX triplet: 20, 05 and ED. RGB value is (32,5,237). Sum of RGB (Red+Green+Blue) = 32+5+237=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 237 (92.97% from 255 or 86.50% from 274); Max value from RGB is 237 - color contains mainly: blue. Hex color #2005ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2005ED is #DFFA12. Grayscale: #262626. Windows color (decimal): -14678547 or 15533344. OLE color: 15533344.
HSL color Cylindrical-coordinate representation of color #2005ED: hue angle of 246.98º 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 #2005ED is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 5 | 237 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.07 |
| HSL | 246.98º | 0.96% | 0.47% | - |
| HSV(B) | 246.98º | 0.98% | 0.93% | - |
| XYZ | 15.94 | 6.53 | 80.54 | - |
| YUV | 39.52 | 239.45 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 237 | 0.86 | 0.98 | 0 | 0.07 | 246.98 | 0.96 | 0.47 |
| Hex | 20 | 5 | ED | 56 | 62 | 0 | 7 | F7 | 60 | 2F |
| Octal | 40 | 5 | 355 | 126 | 142 | 0 | 7 | 367 | 140 | 57 |
| Binary | 100000 | 101 | 11101101 | 1010110 | 1100010 | 0 | 111 | 11110111 | 1100000 | 101111 |
Color Harmonies of #2005ED
Complementary color
Monochromatic Colors of #2005ED
Black with #2005ED
Text Example
Text Example
White with #2005ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005ED; }
p { color: rgb(32,5,237); }
H1.HeaderClassName
{
color: #2005ED;
}
.AnyTagClassName
{
color: #2005ED;
}
</style>
background-color css
<style>
a { background-color: #2005ED; }
a { background-color: rgb(32,5,237); }
div.DivClassName
{
background-color: #2005ED;
}
.BgClassName
{
background-color: #2005ED;
}
</style>
border-color css
<style>
span { border-color: #2005ED; }
span { border-color: rgb(32,5,237); }
td.TdClassName
{
border-color: #2005ED;
}
.TagClassName
{
border-color: #2005ED;
}
</style>