Shades of Medium Blue #0D20DC
Tints of Medium Blue #0D20DC
RGB
CMYK
RGB Variations
Color information
#0D20DC (or 0x0D20DC) is known color: Medium Blue. HEX triplet: 0D, 20 and DC. RGB value is (13,32,220). Sum of RGB (Red+Green+Blue) = 13+32+220=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 220 (86.33% from 255 or 83.02% from 265); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D20DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D20DC is #F2DF23. Grayscale: #2E2E2E. Windows color (decimal): -15916836 or 14426125. OLE color: 14426125.
HSL color Cylindrical-coordinate representation of color #0D20DC: hue angle of 234.49º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D20DC is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 32 | 220 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.14 |
| HSL | 234.49º | 0.89% | 0.46% | - |
| HSV(B) | 234.49º | 0.94% | 0.86% | - |
| XYZ | 13.6 | 6.29 | 68.21 | - |
| YUV | 47.75 | 225.21 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 220 | 0.94 | 0.85 | 0 | 0.14 | 234.49 | 0.89 | 0.46 |
| Hex | D | 20 | DC | 5E | 55 | 0 | E | EA | 59 | 2E |
| Octal | 15 | 40 | 334 | 136 | 125 | 0 | 16 | 352 | 131 | 56 |
| Binary | 1101 | 100000 | 11011100 | 1011110 | 1010101 | 0 | 1110 | 11101010 | 1011001 | 101110 |
Color Harmonies of #0D20DC
Complementary color
Monochromatic Colors of #0D20DC
Black with #0D20DC
Text Example
Text Example
White with #0D20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D20DC; }
p { color: rgb(13,32,220); }
H1.HeaderClassName
{
color: #0D20DC;
}
.AnyTagClassName
{
color: #0D20DC;
}
</style>
background-color css
<style>
a { background-color: #0D20DC; }
a { background-color: rgb(13,32,220); }
div.DivClassName
{
background-color: #0D20DC;
}
.BgClassName
{
background-color: #0D20DC;
}
</style>
border-color css
<style>
span { border-color: #0D20DC; }
span { border-color: rgb(13,32,220); }
td.TdClassName
{
border-color: #0D20DC;
}
.TagClassName
{
border-color: #0D20DC;
}
</style>