Shades of Medium Blue #020FC8
Tints of Medium Blue #020FC8
RGB
CMYK
RGB Variations
Color information
#020FC8 (or 0x020FC8) is known color: Medium Blue. HEX triplet: 02, 0F and C8. RGB value is (2,15,200). Sum of RGB (Red+Green+Blue) = 2+15+200=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 200 (78.52% from 255 or 92.17% from 217); Max value from RGB is 200 - color contains mainly: blue. Hex color #020FC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FC8 is #FDF037. Grayscale: #1F1F1F. Windows color (decimal): -16642104 or 13111042. OLE color: 13111042.
HSL color Cylindrical-coordinate representation of color #020FC8: hue angle of 236.06º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FC8 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 15 | 200 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.22 |
| HSL | 236.06º | 0.98% | 0.4% | - |
| HSV(B) | 236.06º | 0.99% | 0.78% | - |
| XYZ | 10.62 | 4.52 | 54.96 | - |
| YUV | 32.2 | 222.69 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 200 | 0.99 | 0.92 | 0 | 0.22 | 236.06 | 0.98 | 0.4 |
| Hex | 2 | F | C8 | 63 | 5C | 0 | 16 | EC | 62 | 28 |
| Octal | 2 | 17 | 310 | 143 | 134 | 0 | 26 | 354 | 142 | 50 |
| Binary | 10 | 1111 | 11001000 | 1100011 | 1011100 | 0 | 10110 | 11101100 | 1100010 | 101000 |
Color Harmonies of #020FC8
Complementary color
Monochromatic Colors of #020FC8
Black with #020FC8
Text Example
Text Example
White with #020FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FC8; }
p { color: rgb(2,15,200); }
H1.HeaderClassName
{
color: #020FC8;
}
.AnyTagClassName
{
color: #020FC8;
}
</style>
background-color css
<style>
a { background-color: #020FC8; }
a { background-color: rgb(2,15,200); }
div.DivClassName
{
background-color: #020FC8;
}
.BgClassName
{
background-color: #020FC8;
}
</style>
border-color css
<style>
span { border-color: #020FC8; }
span { border-color: rgb(2,15,200); }
td.TdClassName
{
border-color: #020FC8;
}
.TagClassName
{
border-color: #020FC8;
}
</style>