Shades of Blue #0820ED
Tints of Blue #0820ED
RGB
CMYK
RGB Variations
Color information
#0820ED (or 0x0820ED) is known color: Blue. HEX triplet: 08, 20 and ED. RGB value is (8,32,237). Sum of RGB (Red+Green+Blue) = 8+32+237=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 237 (92.97% from 255 or 85.56% from 277); Max value from RGB is 237 - color contains mainly: blue. Hex color #0820ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0820ED is #F7DF12. Grayscale: #2F2F2F. Windows color (decimal): -16244499 or 15540232. OLE color: 15540232.
HSL color Cylindrical-coordinate representation of color #0820ED: hue angle of 233.71º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0820ED is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 32 | 237 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.07 |
| HSL | 233.71º | 0.93% | 0.48% | - |
| HSV(B) | 233.71º | 0.97% | 0.93% | - |
| XYZ | 15.9 | 7.2 | 80.67 | - |
| YUV | 48.19 | 234.55 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 237 | 0.97 | 0.86 | 0 | 0.07 | 233.71 | 0.93 | 0.48 |
| Hex | 8 | 20 | ED | 61 | 56 | 0 | 7 | EA | 5D | 30 |
| Octal | 10 | 40 | 355 | 141 | 126 | 0 | 7 | 352 | 135 | 60 |
| Binary | 1000 | 100000 | 11101101 | 1100001 | 1010110 | 0 | 111 | 11101010 | 1011101 | 110000 |
Color Harmonies of #0820ED
Complementary color
Monochromatic Colors of #0820ED
Black with #0820ED
Text Example
Text Example
White with #0820ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0820ED; }
p { color: rgb(8,32,237); }
H1.HeaderClassName
{
color: #0820ED;
}
.AnyTagClassName
{
color: #0820ED;
}
</style>
background-color css
<style>
a { background-color: #0820ED; }
a { background-color: rgb(8,32,237); }
div.DivClassName
{
background-color: #0820ED;
}
.BgClassName
{
background-color: #0820ED;
}
</style>
border-color css
<style>
span { border-color: #0820ED; }
span { border-color: rgb(8,32,237); }
td.TdClassName
{
border-color: #0820ED;
}
.TagClassName
{
border-color: #0820ED;
}
</style>