Shades of Medium Blue #0D21D6
Tints of Medium Blue #0D21D6
RGB
CMYK
RGB Variations
Color information
#0D21D6 (or 0x0D21D6) is known color: Medium Blue. HEX triplet: 0D, 21 and D6. RGB value is (13,33,214). Sum of RGB (Red+Green+Blue) = 13+33+214=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 214 (83.98% from 255 or 82.31% from 260); Max value from RGB is 214 - color contains mainly: blue. Hex color #0D21D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D21D6 is #F2DE29. Grayscale: #2E2E2E. Windows color (decimal): -15916586 or 14033165. OLE color: 14033165.
HSL color Cylindrical-coordinate representation of color #0D21D6: hue angle of 234.03º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D21D6 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 33 | 214 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.16 |
| HSL | 234.03º | 0.89% | 0.45% | - |
| HSV(B) | 234.03º | 0.94% | 0.84% | - |
| XYZ | 12.85 | 6.03 | 64.1 | - |
| YUV | 47.65 | 221.87 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 214 | 0.94 | 0.85 | 0 | 0.16 | 234.03 | 0.89 | 0.45 |
| Hex | D | 21 | D6 | 5E | 55 | 0 | 10 | EA | 59 | 2D |
| Octal | 15 | 41 | 326 | 136 | 125 | 0 | 20 | 352 | 131 | 55 |
| Binary | 1101 | 100001 | 11010110 | 1011110 | 1010101 | 0 | 10000 | 11101010 | 1011001 | 101101 |
Color Harmonies of #0D21D6
Complementary color
Monochromatic Colors of #0D21D6
Black with #0D21D6
Text Example
Text Example
White with #0D21D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D21D6; }
p { color: rgb(13,33,214); }
H1.HeaderClassName
{
color: #0D21D6;
}
.AnyTagClassName
{
color: #0D21D6;
}
</style>
background-color css
<style>
a { background-color: #0D21D6; }
a { background-color: rgb(13,33,214); }
div.DivClassName
{
background-color: #0D21D6;
}
.BgClassName
{
background-color: #0D21D6;
}
</style>
border-color css
<style>
span { border-color: #0D21D6; }
span { border-color: rgb(13,33,214); }
td.TdClassName
{
border-color: #0D21D6;
}
.TagClassName
{
border-color: #0D21D6;
}
</style>