Shades of Medium Blue #020ABF
Tints of Medium Blue #020ABF
RGB
CMYK
RGB Variations
Color information
#020ABF (or 0x020ABF) is known color: Medium Blue. HEX triplet: 02, 0A and BF. RGB value is (2,10,191). Sum of RGB (Red+Green+Blue) = 2+10+191=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 191 (75% from 255 or 94.09% from 203); Max value from RGB is 191 - color contains mainly: blue. Hex color #020ABF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020ABF is #FDF540. Grayscale: #1B1B1B. Windows color (decimal): -16643393 or 12519938. OLE color: 12519938.
HSL color Cylindrical-coordinate representation of color #020ABF: hue angle of 237.46º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020ABF is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 10 | 191 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.25 |
| HSL | 237.46º | 0.98% | 0.38% | - |
| HSV(B) | 237.46º | 0.99% | 0.75% | - |
| XYZ | 9.54 | 3.99 | 49.56 | - |
| YUV | 28.24 | 219.85 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 191 | 0.99 | 0.95 | 0 | 0.25 | 237.46 | 0.98 | 0.38 |
| Hex | 2 | A | BF | 63 | 5F | 0 | 19 | ED | 62 | 26 |
| Octal | 2 | 12 | 277 | 143 | 137 | 0 | 31 | 355 | 142 | 46 |
| Binary | 10 | 1010 | 10111111 | 1100011 | 1011111 | 0 | 11001 | 11101101 | 1100010 | 100110 |
Color Harmonies of #020ABF
Complementary color
Monochromatic Colors of #020ABF
Black with #020ABF
Text Example
Text Example
White with #020ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020ABF; }
p { color: rgb(2,10,191); }
H1.HeaderClassName
{
color: #020ABF;
}
.AnyTagClassName
{
color: #020ABF;
}
</style>
background-color css
<style>
a { background-color: #020ABF; }
a { background-color: rgb(2,10,191); }
div.DivClassName
{
background-color: #020ABF;
}
.BgClassName
{
background-color: #020ABF;
}
</style>
border-color css
<style>
span { border-color: #020ABF; }
span { border-color: rgb(2,10,191); }
td.TdClassName
{
border-color: #020ABF;
}
.TagClassName
{
border-color: #020ABF;
}
</style>