Shades of Medium Blue #020DDF
Tints of Medium Blue #020DDF
RGB
CMYK
RGB Variations
Color information
#020DDF (or 0x020DDF) is known color: Medium Blue. HEX triplet: 02, 0D and DF. RGB value is (2,13,223). Sum of RGB (Red+Green+Blue) = 2+13+223=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 223 (87.5% from 255 or 93.70% from 238); Max value from RGB is 223 - color contains mainly: blue. Hex color #020DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DDF is #FDF220. Grayscale: #202020. Windows color (decimal): -16642593 or 14617858. OLE color: 14617858.
HSL color Cylindrical-coordinate representation of color #020DDF: hue angle of 237.01º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DDF is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 13 | 223 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.13 |
| HSL | 237.01º | 0.98% | 0.44% | - |
| HSV(B) | 237.01º | 0.99% | 0.87% | - |
| XYZ | 13.49 | 5.63 | 70.19 | - |
| YUV | 33.65 | 234.86 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 223 | 0.99 | 0.94 | 0 | 0.13 | 237.01 | 0.98 | 0.44 |
| Hex | 2 | D | DF | 63 | 5E | 0 | D | ED | 62 | 2C |
| Octal | 2 | 15 | 337 | 143 | 136 | 0 | 15 | 355 | 142 | 54 |
| Binary | 10 | 1101 | 11011111 | 1100011 | 1011110 | 0 | 1101 | 11101101 | 1100010 | 101100 |
Color Harmonies of #020DDF
Complementary color
Monochromatic Colors of #020DDF
Black with #020DDF
Text Example
Text Example
White with #020DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DDF; }
p { color: rgb(2,13,223); }
H1.HeaderClassName
{
color: #020DDF;
}
.AnyTagClassName
{
color: #020DDF;
}
</style>
background-color css
<style>
a { background-color: #020DDF; }
a { background-color: rgb(2,13,223); }
div.DivClassName
{
background-color: #020DDF;
}
.BgClassName
{
background-color: #020DDF;
}
</style>
border-color css
<style>
span { border-color: #020DDF; }
span { border-color: rgb(2,13,223); }
td.TdClassName
{
border-color: #020DDF;
}
.TagClassName
{
border-color: #020DDF;
}
</style>