Shades of Medium Blue #0821DE
Tints of Medium Blue #0821DE
RGB
CMYK
RGB Variations
Color information
#0821DE (or 0x0821DE) is known color: Medium Blue. HEX triplet: 08, 21 and DE. RGB value is (8,33,222). Sum of RGB (Red+Green+Blue) = 8+33+222=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 222 (87.11% from 255 or 84.41% from 263); Max value from RGB is 222 - color contains mainly: blue. Hex color #0821DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0821DE is #F7DE21. Grayscale: #2E2E2E. Windows color (decimal): -16244258 or 14557448. OLE color: 14557448.
HSL color Cylindrical-coordinate representation of color #0821DE: hue angle of 232.99º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0821DE is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 33 | 222 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.13 |
| HSL | 232.99º | 0.93% | 0.45% | - |
| HSV(B) | 232.99º | 0.96% | 0.87% | - |
| XYZ | 13.83 | 6.41 | 69.62 | - |
| YUV | 47.07 | 226.72 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 222 | 0.96 | 0.85 | 0 | 0.13 | 232.99 | 0.93 | 0.45 |
| Hex | 8 | 21 | DE | 60 | 55 | 0 | D | E9 | 5D | 2D |
| Octal | 10 | 41 | 336 | 140 | 125 | 0 | 15 | 351 | 135 | 55 |
| Binary | 1000 | 100001 | 11011110 | 1100000 | 1010101 | 0 | 1101 | 11101001 | 1011101 | 101101 |
Color Harmonies of #0821DE
Complementary color
Monochromatic Colors of #0821DE
Black with #0821DE
Text Example
Text Example
White with #0821DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0821DE; }
p { color: rgb(8,33,222); }
H1.HeaderClassName
{
color: #0821DE;
}
.AnyTagClassName
{
color: #0821DE;
}
</style>
background-color css
<style>
a { background-color: #0821DE; }
a { background-color: rgb(8,33,222); }
div.DivClassName
{
background-color: #0821DE;
}
.BgClassName
{
background-color: #0821DE;
}
</style>
border-color css
<style>
span { border-color: #0821DE; }
span { border-color: rgb(8,33,222); }
td.TdClassName
{
border-color: #0821DE;
}
.TagClassName
{
border-color: #0821DE;
}
</style>