Shades of Medium Blue #0821DB
Tints of Medium Blue #0821DB
RGB
CMYK
RGB Variations
Color information
#0821DB (or 0x0821DB) is known color: Medium Blue. HEX triplet: 08, 21 and DB. RGB value is (8,33,219). Sum of RGB (Red+Green+Blue) = 8+33+219=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #0821DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0821DB is #F7DE24. Grayscale: #2D2D2D. Windows color (decimal): -16244261 or 14360840. OLE color: 14360840.
HSL color Cylindrical-coordinate representation of color #0821DB: hue angle of 232.89º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0821DB is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 33 | 219 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.14 |
| HSL | 232.89º | 0.93% | 0.45% | - |
| HSV(B) | 232.89º | 0.96% | 0.86% | - |
| XYZ | 13.43 | 6.25 | 67.52 | - |
| YUV | 46.73 | 225.22 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 219 | 0.96 | 0.85 | 0 | 0.14 | 232.89 | 0.93 | 0.45 |
| Hex | 8 | 21 | DB | 60 | 55 | 0 | E | E9 | 5D | 2D |
| Octal | 10 | 41 | 333 | 140 | 125 | 0 | 16 | 351 | 135 | 55 |
| Binary | 1000 | 100001 | 11011011 | 1100000 | 1010101 | 0 | 1110 | 11101001 | 1011101 | 101101 |
Color Harmonies of #0821DB
Complementary color
Monochromatic Colors of #0821DB
Black with #0821DB
Text Example
Text Example
White with #0821DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0821DB; }
p { color: rgb(8,33,219); }
H1.HeaderClassName
{
color: #0821DB;
}
.AnyTagClassName
{
color: #0821DB;
}
</style>
background-color css
<style>
a { background-color: #0821DB; }
a { background-color: rgb(8,33,219); }
div.DivClassName
{
background-color: #0821DB;
}
.BgClassName
{
background-color: #0821DB;
}
</style>
border-color css
<style>
span { border-color: #0821DB; }
span { border-color: rgb(8,33,219); }
td.TdClassName
{
border-color: #0821DB;
}
.TagClassName
{
border-color: #0821DB;
}
</style>