Shades of Blue #0820EE
Tints of Blue #0820EE
RGB
CMYK
RGB Variations
Color information
#0820EE (or 0x0820EE) is known color: Blue. HEX triplet: 08, 20 and EE. RGB value is (8,32,238). Sum of RGB (Red+Green+Blue) = 8+32+238=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 238 (93.36% from 255 or 85.61% from 278); Max value from RGB is 238 - color contains mainly: blue. Hex color #0820EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0820EE is #F7DF11. Grayscale: #2F2F2F. Windows color (decimal): -16244498 or 15605768. OLE color: 15605768.
HSL color Cylindrical-coordinate representation of color #0820EE: hue angle of 233.74º 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 #0820EE is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 32 | 238 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.07 |
| HSL | 233.74º | 0.93% | 0.48% | - |
| HSV(B) | 233.74º | 0.97% | 0.93% | - |
| XYZ | 16.05 | 7.26 | 81.44 | - |
| YUV | 48.31 | 235.05 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 238 | 0.97 | 0.87 | 0 | 0.07 | 233.74 | 0.93 | 0.48 |
| Hex | 8 | 20 | EE | 61 | 57 | 0 | 7 | EA | 5D | 30 |
| Octal | 10 | 40 | 356 | 141 | 127 | 0 | 7 | 352 | 135 | 60 |
| Binary | 1000 | 100000 | 11101110 | 1100001 | 1010111 | 0 | 111 | 11101010 | 1011101 | 110000 |
Color Harmonies of #0820EE
Complementary color
Monochromatic Colors of #0820EE
Black with #0820EE
Text Example
Text Example
White with #0820EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0820EE; }
p { color: rgb(8,32,238); }
H1.HeaderClassName
{
color: #0820EE;
}
.AnyTagClassName
{
color: #0820EE;
}
</style>
background-color css
<style>
a { background-color: #0820EE; }
a { background-color: rgb(8,32,238); }
div.DivClassName
{
background-color: #0820EE;
}
.BgClassName
{
background-color: #0820EE;
}
</style>
border-color css
<style>
span { border-color: #0820EE; }
span { border-color: rgb(8,32,238); }
td.TdClassName
{
border-color: #0820EE;
}
.TagClassName
{
border-color: #0820EE;
}
</style>