Shades of Medium Blue #020DCB
Tints of Medium Blue #020DCB
RGB
CMYK
RGB Variations
Color information
#020DCB (or 0x020DCB) is known color: Medium Blue. HEX triplet: 02, 0D and CB. RGB value is (2,13,203). Sum of RGB (Red+Green+Blue) = 2+13+203=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 203 (79.69% from 255 or 93.12% from 218); Max value from RGB is 203 - color contains mainly: blue. Hex color #020DCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DCB is #FDF234. Grayscale: #1E1E1E. Windows color (decimal): -16642613 or 13307138. OLE color: 13307138.
HSL color Cylindrical-coordinate representation of color #020DCB: hue angle of 236.72º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DCB is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 13 | 203 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.20 |
| HSL | 236.72º | 0.98% | 0.4% | - |
| HSV(B) | 236.72º | 0.99% | 0.8% | - |
| XYZ | 10.95 | 4.61 | 56.81 | - |
| YUV | 31.37 | 224.86 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 203 | 0.99 | 0.94 | 0 | 0.20 | 236.72 | 0.98 | 0.4 |
| Hex | 2 | D | CB | 63 | 5E | 0 | 14 | ED | 62 | 28 |
| Octal | 2 | 15 | 313 | 143 | 136 | 0 | 24 | 355 | 142 | 50 |
| Binary | 10 | 1101 | 11001011 | 1100011 | 1011110 | 0 | 10100 | 11101101 | 1100010 | 101000 |
Color Harmonies of #020DCB
Complementary color
Monochromatic Colors of #020DCB
Black with #020DCB
Text Example
Text Example
White with #020DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DCB; }
p { color: rgb(2,13,203); }
H1.HeaderClassName
{
color: #020DCB;
}
.AnyTagClassName
{
color: #020DCB;
}
</style>
background-color css
<style>
a { background-color: #020DCB; }
a { background-color: rgb(2,13,203); }
div.DivClassName
{
background-color: #020DCB;
}
.BgClassName
{
background-color: #020DCB;
}
</style>
border-color css
<style>
span { border-color: #020DCB; }
span { border-color: rgb(2,13,203); }
td.TdClassName
{
border-color: #020DCB;
}
.TagClassName
{
border-color: #020DCB;
}
</style>