Shades of Blue #0821EE
Tints of Blue #0821EE
RGB
CMYK
RGB Variations
Color information
#0821EE (or 0x0821EE) is known color: Blue. HEX triplet: 08, 21 and EE. RGB value is (8,33,238). Sum of RGB (Red+Green+Blue) = 8+33+238=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 238 (93.36% from 255 or 85.30% from 279); Max value from RGB is 238 - color contains mainly: blue. Hex color #0821EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0821EE is #F7DE11. Grayscale: #303030. Windows color (decimal): -16244242 or 15606024. OLE color: 15606024.
HSL color Cylindrical-coordinate representation of color #0821EE: hue angle of 233.48º 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 #0821EE is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 33 | 238 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.07 |
| HSL | 233.48º | 0.93% | 0.48% | - |
| HSV(B) | 233.48º | 0.97% | 0.93% | - |
| XYZ | 16.08 | 7.31 | 81.45 | - |
| YUV | 48.9 | 234.72 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 238 | 0.97 | 0.86 | 0 | 0.07 | 233.48 | 0.93 | 0.48 |
| Hex | 8 | 21 | EE | 61 | 56 | 0 | 7 | E9 | 5D | 30 |
| Octal | 10 | 41 | 356 | 141 | 126 | 0 | 7 | 351 | 135 | 60 |
| Binary | 1000 | 100001 | 11101110 | 1100001 | 1010110 | 0 | 111 | 11101001 | 1011101 | 110000 |
Color Harmonies of #0821EE
Complementary color
Monochromatic Colors of #0821EE
Black with #0821EE
Text Example
Text Example
White with #0821EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0821EE; }
p { color: rgb(8,33,238); }
H1.HeaderClassName
{
color: #0821EE;
}
.AnyTagClassName
{
color: #0821EE;
}
</style>
background-color css
<style>
a { background-color: #0821EE; }
a { background-color: rgb(8,33,238); }
div.DivClassName
{
background-color: #0821EE;
}
.BgClassName
{
background-color: #0821EE;
}
</style>
border-color css
<style>
span { border-color: #0821EE; }
span { border-color: rgb(8,33,238); }
td.TdClassName
{
border-color: #0821EE;
}
.TagClassName
{
border-color: #0821EE;
}
</style>