Shades of Medium Blue #020FD0
Tints of Medium Blue #020FD0
RGB
CMYK
RGB Variations
Color information
#020FD0 (or 0x020FD0) is known color: Medium Blue. HEX triplet: 02, 0F and D0. RGB value is (2,15,208). Sum of RGB (Red+Green+Blue) = 2+15+208=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 208 (81.64% from 255 or 92.44% from 225); Max value from RGB is 208 - color contains mainly: blue. Hex color #020FD0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FD0 is #FDF02F. Grayscale: #202020. Windows color (decimal): -16642096 or 13635330. OLE color: 13635330.
HSL color Cylindrical-coordinate representation of color #020FD0: hue angle of 236.21º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FD0 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 15 | 208 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.18 |
| HSL | 236.21º | 0.98% | 0.41% | - |
| HSV(B) | 236.21º | 0.99% | 0.82% | - |
| XYZ | 11.58 | 4.91 | 60.01 | - |
| YUV | 33.12 | 226.69 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 208 | 0.99 | 0.93 | 0 | 0.18 | 236.21 | 0.98 | 0.41 |
| Hex | 2 | F | D0 | 63 | 5D | 0 | 12 | EC | 62 | 29 |
| Octal | 2 | 17 | 320 | 143 | 135 | 0 | 22 | 354 | 142 | 51 |
| Binary | 10 | 1111 | 11010000 | 1100011 | 1011101 | 0 | 10010 | 11101100 | 1100010 | 101001 |
Color Harmonies of #020FD0
Complementary color
Monochromatic Colors of #020FD0
Black with #020FD0
Text Example
Text Example
White with #020FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FD0; }
p { color: rgb(2,15,208); }
H1.HeaderClassName
{
color: #020FD0;
}
.AnyTagClassName
{
color: #020FD0;
}
</style>
background-color css
<style>
a { background-color: #020FD0; }
a { background-color: rgb(2,15,208); }
div.DivClassName
{
background-color: #020FD0;
}
.BgClassName
{
background-color: #020FD0;
}
</style>
border-color css
<style>
span { border-color: #020FD0; }
span { border-color: rgb(2,15,208); }
td.TdClassName
{
border-color: #020FD0;
}
.TagClassName
{
border-color: #020FD0;
}
</style>