Shades of Medium Blue #0210DB
Tints of Medium Blue #0210DB
RGB
CMYK
RGB Variations
Color information
#0210DB (or 0x0210DB) is known color: Medium Blue. HEX triplet: 02, 10 and DB. RGB value is (2,16,219). Sum of RGB (Red+Green+Blue) = 2+16+219=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 219 (85.94% from 255 or 92.41% from 237); Max value from RGB is 219 - color contains mainly: blue. Hex color #0210DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0210DB is #FDEF24. Grayscale: #222222. Windows color (decimal): -16641829 or 14356482. OLE color: 14356482.
HSL color Cylindrical-coordinate representation of color #0210DB: hue angle of 236.13º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0210DB is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 16 | 219 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.14 |
| HSL | 236.13º | 0.98% | 0.43% | - |
| HSV(B) | 236.13º | 0.99% | 0.86% | - |
| XYZ | 13 | 5.5 | 67.39 | - |
| YUV | 34.96 | 231.86 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 219 | 0.99 | 0.93 | 0 | 0.14 | 236.13 | 0.98 | 0.43 |
| Hex | 2 | 10 | DB | 63 | 5D | 0 | E | EC | 62 | 2B |
| Octal | 2 | 20 | 333 | 143 | 135 | 0 | 16 | 354 | 142 | 53 |
| Binary | 10 | 10000 | 11011011 | 1100011 | 1011101 | 0 | 1110 | 11101100 | 1100010 | 101011 |
Color Harmonies of #0210DB
Complementary color
Monochromatic Colors of #0210DB
Black with #0210DB
Text Example
Text Example
White with #0210DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0210DB; }
p { color: rgb(2,16,219); }
H1.HeaderClassName
{
color: #0210DB;
}
.AnyTagClassName
{
color: #0210DB;
}
</style>
background-color css
<style>
a { background-color: #0210DB; }
a { background-color: rgb(2,16,219); }
div.DivClassName
{
background-color: #0210DB;
}
.BgClassName
{
background-color: #0210DB;
}
</style>
border-color css
<style>
span { border-color: #0210DB; }
span { border-color: rgb(2,16,219); }
td.TdClassName
{
border-color: #0210DB;
}
.TagClassName
{
border-color: #0210DB;
}
</style>