Shades of Medium Blue #020FCF
Tints of Medium Blue #020FCF
RGB
CMYK
RGB Variations
Color information
#020FCF (or 0x020FCF) is known color: Medium Blue. HEX triplet: 02, 0F and CF. RGB value is (2,15,207). Sum of RGB (Red+Green+Blue) = 2+15+207=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 207 (81.25% from 255 or 92.41% from 224); Max value from RGB is 207 - color contains mainly: blue. Hex color #020FCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FCF is #FDF030. Grayscale: #202020. Windows color (decimal): -16642097 or 13569794. OLE color: 13569794.
HSL color Cylindrical-coordinate representation of color #020FCF: hue angle of 236.2º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FCF is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 15 | 207 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.19 |
| HSL | 236.2º | 0.98% | 0.41% | - |
| HSV(B) | 236.2º | 0.99% | 0.81% | - |
| XYZ | 11.46 | 4.86 | 59.37 | - |
| YUV | 33 | 226.19 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 207 | 0.99 | 0.93 | 0 | 0.19 | 236.2 | 0.98 | 0.41 |
| Hex | 2 | F | CF | 63 | 5D | 0 | 13 | EC | 62 | 29 |
| Octal | 2 | 17 | 317 | 143 | 135 | 0 | 23 | 354 | 142 | 51 |
| Binary | 10 | 1111 | 11001111 | 1100011 | 1011101 | 0 | 10011 | 11101100 | 1100010 | 101001 |
Color Harmonies of #020FCF
Complementary color
Monochromatic Colors of #020FCF
Black with #020FCF
Text Example
Text Example
White with #020FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FCF; }
p { color: rgb(2,15,207); }
H1.HeaderClassName
{
color: #020FCF;
}
.AnyTagClassName
{
color: #020FCF;
}
</style>
background-color css
<style>
a { background-color: #020FCF; }
a { background-color: rgb(2,15,207); }
div.DivClassName
{
background-color: #020FCF;
}
.BgClassName
{
background-color: #020FCF;
}
</style>
border-color css
<style>
span { border-color: #020FCF; }
span { border-color: rgb(2,15,207); }
td.TdClassName
{
border-color: #020FCF;
}
.TagClassName
{
border-color: #020FCF;
}
</style>