Shades of Medium Blue #0020D8
Tints of Medium Blue #0020D8
RGB
CMYK
RGB Variations
Color information
#0020D8 (or 0x0020D8) is known color: Medium Blue. HEX triplet: 00, 20 and D8. RGB value is (0,32,216). Sum of RGB (Red+Green+Blue) = 0+32+216=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 216 (84.77% from 255 or 87.10% from 248); Max value from RGB is 216 - color contains mainly: blue. Hex color #0020D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0020D8 is #FFDF27. Grayscale: #2A2A2A. Windows color (decimal): -16768808 or 14163968. OLE color: 14163968.
HSL color Cylindrical-coordinate representation of color #0020D8: hue angle of 231.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0020D8 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 32 | 216 | - |
| CMYK | 1 | 0.85 | 0 | 0.15 |
| HSL | 231.11º | 1% | 0.42% | - |
| HSV(B) | 231.11º | 1% | 0.85% | - |
| XYZ | 12.91 | 5.99 | 65.44 | - |
| YUV | 43.41 | 225.4 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 216 | 1 | 0.85 | 0 | 0.15 | 231.11 | 1 | 0.42 |
| Hex | 0 | 20 | D8 | 64 | 55 | 0 | F | E7 | 64 | 2A |
| Octal | 0 | 40 | 330 | 144 | 125 | 0 | 17 | 347 | 144 | 52 |
| Binary | 0 | 100000 | 11011000 | 1100100 | 1010101 | 0 | 1111 | 11100111 | 1100100 | 101010 |
Color Harmonies of #0020D8
Complementary color
Monochromatic Colors of #0020D8
Black with #0020D8
Text Example
Text Example
White with #0020D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0020D8; }
p { color: rgb(0,32,216); }
H1.HeaderClassName
{
color: #0020D8;
}
.AnyTagClassName
{
color: #0020D8;
}
</style>
background-color css
<style>
a { background-color: #0020D8; }
a { background-color: rgb(0,32,216); }
div.DivClassName
{
background-color: #0020D8;
}
.BgClassName
{
background-color: #0020D8;
}
</style>
border-color css
<style>
span { border-color: #0020D8; }
span { border-color: rgb(0,32,216); }
td.TdClassName
{
border-color: #0020D8;
}
.TagClassName
{
border-color: #0020D8;
}
</style>