Shades of Medium Blue #020DC4
Tints of Medium Blue #020DC4
RGB
CMYK
RGB Variations
Color information
#020DC4 (or 0x020DC4) is known color: Medium Blue. HEX triplet: 02, 0D and C4. RGB value is (2,13,196). Sum of RGB (Red+Green+Blue) = 2+13+196=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 196 (76.95% from 255 or 92.89% from 211); Max value from RGB is 196 - color contains mainly: blue. Hex color #020DC4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DC4 is #FDF23B. Grayscale: #1D1D1D. Windows color (decimal): -16642620 or 12848386. OLE color: 12848386.
HSL color Cylindrical-coordinate representation of color #020DC4: hue angle of 236.6º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DC4 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 13 | 196 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.23 |
| HSL | 236.6º | 0.98% | 0.39% | - |
| HSV(B) | 236.6º | 0.99% | 0.77% | - |
| XYZ | 10.13 | 4.29 | 52.52 | - |
| YUV | 30.57 | 221.36 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 196 | 0.99 | 0.93 | 0 | 0.23 | 236.6 | 0.98 | 0.39 |
| Hex | 2 | D | C4 | 63 | 5D | 0 | 17 | ED | 62 | 27 |
| Octal | 2 | 15 | 304 | 143 | 135 | 0 | 27 | 355 | 142 | 47 |
| Binary | 10 | 1101 | 11000100 | 1100011 | 1011101 | 0 | 10111 | 11101101 | 1100010 | 100111 |
Color Harmonies of #020DC4
Complementary color
Monochromatic Colors of #020DC4
Black with #020DC4
Text Example
Text Example
White with #020DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DC4; }
p { color: rgb(2,13,196); }
H1.HeaderClassName
{
color: #020DC4;
}
.AnyTagClassName
{
color: #020DC4;
}
</style>
background-color css
<style>
a { background-color: #020DC4; }
a { background-color: rgb(2,13,196); }
div.DivClassName
{
background-color: #020DC4;
}
.BgClassName
{
background-color: #020DC4;
}
</style>
border-color css
<style>
span { border-color: #020DC4; }
span { border-color: rgb(2,13,196); }
td.TdClassName
{
border-color: #020DC4;
}
.TagClassName
{
border-color: #020DC4;
}
</style>