Shades of Medium Blue #0D21DF
Tints of Medium Blue #0D21DF
RGB
CMYK
RGB Variations
Color information
#0D21DF (or 0x0D21DF) is known color: Medium Blue. HEX triplet: 0D, 21 and DF. RGB value is (13,33,223). Sum of RGB (Red+Green+Blue) = 13+33+223=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 223 (87.5% from 255 or 82.90% from 269); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D21DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D21DF is #F2DE20. Grayscale: #2F2F2F. Windows color (decimal): -15916577 or 14622989. OLE color: 14622989.
HSL color Cylindrical-coordinate representation of color #0D21DF: hue angle of 234.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D21DF is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 33 | 223 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.13 |
| HSL | 234.29º | 0.89% | 0.46% | - |
| HSV(B) | 234.29º | 0.94% | 0.87% | - |
| XYZ | 14.03 | 6.5 | 70.33 | - |
| YUV | 48.68 | 226.37 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 223 | 0.94 | 0.85 | 0 | 0.13 | 234.29 | 0.89 | 0.46 |
| Hex | D | 21 | DF | 5E | 55 | 0 | D | EA | 59 | 2E |
| Octal | 15 | 41 | 337 | 136 | 125 | 0 | 15 | 352 | 131 | 56 |
| Binary | 1101 | 100001 | 11011111 | 1011110 | 1010101 | 0 | 1101 | 11101010 | 1011001 | 101110 |
Color Harmonies of #0D21DF
Complementary color
Monochromatic Colors of #0D21DF
Black with #0D21DF
Text Example
Text Example
White with #0D21DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D21DF; }
p { color: rgb(13,33,223); }
H1.HeaderClassName
{
color: #0D21DF;
}
.AnyTagClassName
{
color: #0D21DF;
}
</style>
background-color css
<style>
a { background-color: #0D21DF; }
a { background-color: rgb(13,33,223); }
div.DivClassName
{
background-color: #0D21DF;
}
.BgClassName
{
background-color: #0D21DF;
}
</style>
border-color css
<style>
span { border-color: #0D21DF; }
span { border-color: rgb(13,33,223); }
td.TdClassName
{
border-color: #0D21DF;
}
.TagClassName
{
border-color: #0D21DF;
}
</style>