Shades of Medium Blue #020BC9
Tints of Medium Blue #020BC9
RGB
CMYK
RGB Variations
Color information
#020BC9 (or 0x020BC9) is known color: Medium Blue. HEX triplet: 02, 0B and C9. RGB value is (2,11,201). Sum of RGB (Red+Green+Blue) = 2+11+201=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 201 (78.91% from 255 or 93.93% from 214); Max value from RGB is 201 - color contains mainly: blue. Hex color #020BC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BC9 is #FDF436. Grayscale: #1D1D1D. Windows color (decimal): -16643127 or 13175554. OLE color: 13175554.
HSL color Cylindrical-coordinate representation of color #020BC9: hue angle of 237.29º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BC9 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 11 | 201 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.21 |
| HSL | 237.29º | 0.98% | 0.4% | - |
| HSV(B) | 237.29º | 0.99% | 0.79% | - |
| XYZ | 10.69 | 4.47 | 55.56 | - |
| YUV | 29.97 | 224.52 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 201 | 0.99 | 0.95 | 0 | 0.21 | 237.29 | 0.98 | 0.4 |
| Hex | 2 | B | C9 | 63 | 5F | 0 | 15 | ED | 62 | 28 |
| Octal | 2 | 13 | 311 | 143 | 137 | 0 | 25 | 355 | 142 | 50 |
| Binary | 10 | 1011 | 11001001 | 1100011 | 1011111 | 0 | 10101 | 11101101 | 1100010 | 101000 |
Color Harmonies of #020BC9
Complementary color
Monochromatic Colors of #020BC9
Black with #020BC9
Text Example
Text Example
White with #020BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BC9; }
p { color: rgb(2,11,201); }
H1.HeaderClassName
{
color: #020BC9;
}
.AnyTagClassName
{
color: #020BC9;
}
</style>
background-color css
<style>
a { background-color: #020BC9; }
a { background-color: rgb(2,11,201); }
div.DivClassName
{
background-color: #020BC9;
}
.BgClassName
{
background-color: #020BC9;
}
</style>
border-color css
<style>
span { border-color: #020BC9; }
span { border-color: rgb(2,11,201); }
td.TdClassName
{
border-color: #020BC9;
}
.TagClassName
{
border-color: #020BC9;
}
</style>