Shades of Medium Blue #020FCE
Tints of Medium Blue #020FCE
RGB
CMYK
RGB Variations
Color information
#020FCE (or 0x020FCE) is known color: Medium Blue. HEX triplet: 02, 0F and CE. RGB value is (2,15,206). Sum of RGB (Red+Green+Blue) = 2+15+206=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 206 (80.86% from 255 or 92.38% from 223); Max value from RGB is 206 - color contains mainly: blue. Hex color #020FCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FCE is #FDF031. Grayscale: #202020. Windows color (decimal): -16642098 or 13504258. OLE color: 13504258.
HSL color Cylindrical-coordinate representation of color #020FCE: hue angle of 236.18º 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 #020FCE is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 15 | 206 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.19 |
| HSL | 236.18º | 0.98% | 0.41% | - |
| HSV(B) | 236.18º | 0.99% | 0.81% | - |
| XYZ | 11.34 | 4.81 | 58.72 | - |
| YUV | 32.89 | 225.69 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 206 | 0.99 | 0.93 | 0 | 0.19 | 236.18 | 0.98 | 0.41 |
| Hex | 2 | F | CE | 63 | 5D | 0 | 13 | EC | 62 | 29 |
| Octal | 2 | 17 | 316 | 143 | 135 | 0 | 23 | 354 | 142 | 51 |
| Binary | 10 | 1111 | 11001110 | 1100011 | 1011101 | 0 | 10011 | 11101100 | 1100010 | 101001 |
Color Harmonies of #020FCE
Complementary color
Monochromatic Colors of #020FCE
Black with #020FCE
Text Example
Text Example
White with #020FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FCE; }
p { color: rgb(2,15,206); }
H1.HeaderClassName
{
color: #020FCE;
}
.AnyTagClassName
{
color: #020FCE;
}
</style>
background-color css
<style>
a { background-color: #020FCE; }
a { background-color: rgb(2,15,206); }
div.DivClassName
{
background-color: #020FCE;
}
.BgClassName
{
background-color: #020FCE;
}
</style>
border-color css
<style>
span { border-color: #020FCE; }
span { border-color: rgb(2,15,206); }
td.TdClassName
{
border-color: #020FCE;
}
.TagClassName
{
border-color: #020FCE;
}
</style>