Shades of Medium Blue #020FCB
Tints of Medium Blue #020FCB
RGB
CMYK
RGB Variations
Color information
#020FCB (or 0x020FCB) is known color: Medium Blue. HEX triplet: 02, 0F and CB. RGB value is (2,15,203). Sum of RGB (Red+Green+Blue) = 2+15+203=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 203 (79.69% from 255 or 92.27% from 220); Max value from RGB is 203 - color contains mainly: blue. Hex color #020FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FCB is #FDF034. Grayscale: #1F1F1F. Windows color (decimal): -16642101 or 13307650. OLE color: 13307650.
HSL color Cylindrical-coordinate representation of color #020FCB: hue angle of 236.12º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FCB is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 15 | 203 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.20 |
| HSL | 236.12º | 0.98% | 0.4% | - |
| HSV(B) | 236.12º | 0.99% | 0.8% | - |
| XYZ | 10.98 | 4.67 | 56.82 | - |
| YUV | 32.55 | 224.19 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 203 | 0.99 | 0.93 | 0 | 0.20 | 236.12 | 0.98 | 0.4 |
| Hex | 2 | F | CB | 63 | 5D | 0 | 14 | EC | 62 | 28 |
| Octal | 2 | 17 | 313 | 143 | 135 | 0 | 24 | 354 | 142 | 50 |
| Binary | 10 | 1111 | 11001011 | 1100011 | 1011101 | 0 | 10100 | 11101100 | 1100010 | 101000 |
Color Harmonies of #020FCB
Complementary color
Monochromatic Colors of #020FCB
Black with #020FCB
Text Example
Text Example
White with #020FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FCB; }
p { color: rgb(2,15,203); }
H1.HeaderClassName
{
color: #020FCB;
}
.AnyTagClassName
{
color: #020FCB;
}
</style>
background-color css
<style>
a { background-color: #020FCB; }
a { background-color: rgb(2,15,203); }
div.DivClassName
{
background-color: #020FCB;
}
.BgClassName
{
background-color: #020FCB;
}
</style>
border-color css
<style>
span { border-color: #020FCB; }
span { border-color: rgb(2,15,203); }
td.TdClassName
{
border-color: #020FCB;
}
.TagClassName
{
border-color: #020FCB;
}
</style>