Shades of Medium Blue #020DCF
Tints of Medium Blue #020DCF
RGB
CMYK
RGB Variations
Color information
#020DCF (or 0x020DCF) is known color: Medium Blue. HEX triplet: 02, 0D and CF. RGB value is (2,13,207). Sum of RGB (Red+Green+Blue) = 2+13+207=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 207 (81.25% from 255 or 93.24% from 222); Max value from RGB is 207 - color contains mainly: blue. Hex color #020DCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DCF is #FDF230. Grayscale: #1F1F1F. Windows color (decimal): -16642609 or 13569282. OLE color: 13569282.
HSL color Cylindrical-coordinate representation of color #020DCF: hue angle of 236.78º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DCF is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 13 | 207 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.19 |
| HSL | 236.78º | 0.98% | 0.41% | - |
| HSV(B) | 236.78º | 0.99% | 0.81% | - |
| XYZ | 11.43 | 4.81 | 59.36 | - |
| YUV | 31.83 | 226.86 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 207 | 0.99 | 0.94 | 0 | 0.19 | 236.78 | 0.98 | 0.41 |
| Hex | 2 | D | CF | 63 | 5E | 0 | 13 | ED | 62 | 29 |
| Octal | 2 | 15 | 317 | 143 | 136 | 0 | 23 | 355 | 142 | 51 |
| Binary | 10 | 1101 | 11001111 | 1100011 | 1011110 | 0 | 10011 | 11101101 | 1100010 | 101001 |
Color Harmonies of #020DCF
Complementary color
Monochromatic Colors of #020DCF
Black with #020DCF
Text Example
Text Example
White with #020DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DCF; }
p { color: rgb(2,13,207); }
H1.HeaderClassName
{
color: #020DCF;
}
.AnyTagClassName
{
color: #020DCF;
}
</style>
background-color css
<style>
a { background-color: #020DCF; }
a { background-color: rgb(2,13,207); }
div.DivClassName
{
background-color: #020DCF;
}
.BgClassName
{
background-color: #020DCF;
}
</style>
border-color css
<style>
span { border-color: #020DCF; }
span { border-color: rgb(2,13,207); }
td.TdClassName
{
border-color: #020DCF;
}
.TagClassName
{
border-color: #020DCF;
}
</style>