Shades of Medium Blue #020FD8
Tints of Medium Blue #020FD8
RGB
CMYK
RGB Variations
Color information
#020FD8 (or 0x020FD8) is known color: Medium Blue. HEX triplet: 02, 0F and D8. RGB value is (2,15,216). Sum of RGB (Red+Green+Blue) = 2+15+216=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 216 (84.77% from 255 or 92.70% from 233); Max value from RGB is 216 - color contains mainly: blue. Hex color #020FD8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FD8 is #FDF027. Grayscale: #212121. Windows color (decimal): -16642088 or 14159618. OLE color: 14159618.
HSL color Cylindrical-coordinate representation of color #020FD8: hue angle of 236.36º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FD8 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 15 | 216 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.15 |
| HSL | 236.36º | 0.98% | 0.43% | - |
| HSV(B) | 236.36º | 0.99% | 0.85% | - |
| XYZ | 12.59 | 5.31 | 65.33 | - |
| YUV | 34.03 | 230.69 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 216 | 0.99 | 0.93 | 0 | 0.15 | 236.36 | 0.98 | 0.43 |
| Hex | 2 | F | D8 | 63 | 5D | 0 | F | EC | 62 | 2B |
| Octal | 2 | 17 | 330 | 143 | 135 | 0 | 17 | 354 | 142 | 53 |
| Binary | 10 | 1111 | 11011000 | 1100011 | 1011101 | 0 | 1111 | 11101100 | 1100010 | 101011 |
Color Harmonies of #020FD8
Complementary color
Monochromatic Colors of #020FD8
Black with #020FD8
Text Example
Text Example
White with #020FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FD8; }
p { color: rgb(2,15,216); }
H1.HeaderClassName
{
color: #020FD8;
}
.AnyTagClassName
{
color: #020FD8;
}
</style>
background-color css
<style>
a { background-color: #020FD8; }
a { background-color: rgb(2,15,216); }
div.DivClassName
{
background-color: #020FD8;
}
.BgClassName
{
background-color: #020FD8;
}
</style>
border-color css
<style>
span { border-color: #020FD8; }
span { border-color: rgb(2,15,216); }
td.TdClassName
{
border-color: #020FD8;
}
.TagClassName
{
border-color: #020FD8;
}
</style>