Shades of Medium Blue #020FD3
Tints of Medium Blue #020FD3
RGB
CMYK
RGB Variations
Color information
#020FD3 (or 0x020FD3) is known color: Medium Blue. HEX triplet: 02, 0F and D3. RGB value is (2,15,211). Sum of RGB (Red+Green+Blue) = 2+15+211=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 211 (82.81% from 255 or 92.54% from 228); Max value from RGB is 211 - color contains mainly: blue. Hex color #020FD3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FD3 is #FDF02C. Grayscale: #202020. Windows color (decimal): -16642093 or 13831938. OLE color: 13831938.
HSL color Cylindrical-coordinate representation of color #020FD3: hue angle of 236.27º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FD3 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 15 | 211 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.17 |
| HSL | 236.27º | 0.98% | 0.42% | - |
| HSV(B) | 236.27º | 0.99% | 0.83% | - |
| XYZ | 11.95 | 5.06 | 61.97 | - |
| YUV | 33.46 | 228.19 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 211 | 0.99 | 0.93 | 0 | 0.17 | 236.27 | 0.98 | 0.42 |
| Hex | 2 | F | D3 | 63 | 5D | 0 | 11 | EC | 62 | 2A |
| Octal | 2 | 17 | 323 | 143 | 135 | 0 | 21 | 354 | 142 | 52 |
| Binary | 10 | 1111 | 11010011 | 1100011 | 1011101 | 0 | 10001 | 11101100 | 1100010 | 101010 |
Color Harmonies of #020FD3
Complementary color
Monochromatic Colors of #020FD3
Black with #020FD3
Text Example
Text Example
White with #020FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FD3; }
p { color: rgb(2,15,211); }
H1.HeaderClassName
{
color: #020FD3;
}
.AnyTagClassName
{
color: #020FD3;
}
</style>
background-color css
<style>
a { background-color: #020FD3; }
a { background-color: rgb(2,15,211); }
div.DivClassName
{
background-color: #020FD3;
}
.BgClassName
{
background-color: #020FD3;
}
</style>
border-color css
<style>
span { border-color: #020FD3; }
span { border-color: rgb(2,15,211); }
td.TdClassName
{
border-color: #020FD3;
}
.TagClassName
{
border-color: #020FD3;
}
</style>