Shades of Medium Blue #0021D0
Tints of Medium Blue #0021D0
RGB
CMYK
RGB Variations
Color information
#0021D0 (or 0x0021D0) is known color: Medium Blue. HEX triplet: 00, 21 and D0. RGB value is (0,33,208). Sum of RGB (Red+Green+Blue) = 0+33+208=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 208 (81.64% from 255 or 86.31% from 241); Max value from RGB is 208 - color contains mainly: blue. Hex color #0021D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0021D0 is #FFDE2F. Grayscale: #2A2A2A. Windows color (decimal): -16768560 or 13639936. OLE color: 13639936.
HSL color Cylindrical-coordinate representation of color #0021D0: hue angle of 230.48º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0021D0 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 33 | 208 | - |
| CMYK | 1 | 0.84 | 0 | 0.18 |
| HSL | 230.48º | 1% | 0.41% | - |
| HSV(B) | 230.48º | 1% | 0.82% | - |
| XYZ | 11.93 | 5.64 | 60.13 | - |
| YUV | 43.08 | 221.07 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 208 | 1 | 0.84 | 0 | 0.18 | 230.48 | 1 | 0.41 |
| Hex | 0 | 21 | D0 | 64 | 54 | 0 | 12 | E6 | 64 | 29 |
| Octal | 0 | 41 | 320 | 144 | 124 | 0 | 22 | 346 | 144 | 51 |
| Binary | 0 | 100001 | 11010000 | 1100100 | 1010100 | 0 | 10010 | 11100110 | 1100100 | 101001 |
Color Harmonies of #0021D0
Complementary color
Monochromatic Colors of #0021D0
Black with #0021D0
Text Example
Text Example
White with #0021D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0021D0; }
p { color: rgb(0,33,208); }
H1.HeaderClassName
{
color: #0021D0;
}
.AnyTagClassName
{
color: #0021D0;
}
</style>
background-color css
<style>
a { background-color: #0021D0; }
a { background-color: rgb(0,33,208); }
div.DivClassName
{
background-color: #0021D0;
}
.BgClassName
{
background-color: #0021D0;
}
</style>
border-color css
<style>
span { border-color: #0021D0; }
span { border-color: rgb(0,33,208); }
td.TdClassName
{
border-color: #0021D0;
}
.TagClassName
{
border-color: #0021D0;
}
</style>