Shades of Blue #0820EF
Tints of Blue #0820EF
RGB
CMYK
RGB Variations
Color information
#0820EF (or 0x0820EF) is known color: Blue. HEX triplet: 08, 20 and EF. RGB value is (8,32,239). Sum of RGB (Red+Green+Blue) = 8+32+239=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 239 (93.75% from 255 or 85.66% from 279); Max value from RGB is 239 - color contains mainly: blue. Hex color #0820EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0820EF is #F7DF10. Grayscale: #2F2F2F. Windows color (decimal): -16244497 or 15671304. OLE color: 15671304.
HSL color Cylindrical-coordinate representation of color #0820EF: hue angle of 233.77º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0820EF is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 32 | 239 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.06 |
| HSL | 233.77º | 0.94% | 0.48% | - |
| HSV(B) | 233.77º | 0.97% | 0.94% | - |
| XYZ | 16.2 | 7.32 | 82.22 | - |
| YUV | 48.42 | 235.55 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 239 | 0.97 | 0.87 | 0 | 0.06 | 233.77 | 0.94 | 0.48 |
| Hex | 8 | 20 | EF | 61 | 57 | 0 | 6 | EA | 5E | 30 |
| Octal | 10 | 40 | 357 | 141 | 127 | 0 | 6 | 352 | 136 | 60 |
| Binary | 1000 | 100000 | 11101111 | 1100001 | 1010111 | 0 | 110 | 11101010 | 1011110 | 110000 |
Color Harmonies of #0820EF
Complementary color
Monochromatic Colors of #0820EF
Black with #0820EF
Text Example
Text Example
White with #0820EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0820EF; }
p { color: rgb(8,32,239); }
H1.HeaderClassName
{
color: #0820EF;
}
.AnyTagClassName
{
color: #0820EF;
}
</style>
background-color css
<style>
a { background-color: #0820EF; }
a { background-color: rgb(8,32,239); }
div.DivClassName
{
background-color: #0820EF;
}
.BgClassName
{
background-color: #0820EF;
}
</style>
border-color css
<style>
span { border-color: #0820EF; }
span { border-color: rgb(8,32,239); }
td.TdClassName
{
border-color: #0820EF;
}
.TagClassName
{
border-color: #0820EF;
}
</style>