Shades of Medium Blue #0202BC
Tints of Medium Blue #0202BC
RGB
CMYK
RGB Variations
Color information
#0202BC (or 0x0202BC) is known color: Medium Blue. HEX triplet: 02, 02 and BC. RGB value is (2,2,188). Sum of RGB (Red+Green+Blue) = 2+2+188=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 188 (73.83% from 255 or 97.92% from 192); Max value from RGB is 188 - color contains mainly: blue. Hex color #0202BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0202BC is #FDFD43. Grayscale: #161616. Windows color (decimal): -16645444 or 12321282. OLE color: 12321282.
HSL color Cylindrical-coordinate representation of color #0202BC: hue angle of 240º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0202BC is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 2 | 188 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.26 |
| HSL | 240º | 0.98% | 0.37% | - |
| HSV(B) | 240º | 0.99% | 0.74% | - |
| XYZ | 9.12 | 3.69 | 47.81 | - |
| YUV | 23.2 | 221 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 188 | 0.99 | 0.99 | 0 | 0.26 | 240 | 0.98 | 0.37 |
| Hex | 2 | 2 | BC | 63 | 63 | 0 | 1A | F0 | 62 | 25 |
| Octal | 2 | 2 | 274 | 143 | 143 | 0 | 32 | 360 | 142 | 45 |
| Binary | 10 | 10 | 10111100 | 1100011 | 1100011 | 0 | 11010 | 11110000 | 1100010 | 100101 |
Color Harmonies of #0202BC
Complementary color
Monochromatic Colors of #0202BC
Black with #0202BC
Text Example
Text Example
White with #0202BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0202BC; }
p { color: rgb(2,2,188); }
H1.HeaderClassName
{
color: #0202BC;
}
.AnyTagClassName
{
color: #0202BC;
}
</style>
background-color css
<style>
a { background-color: #0202BC; }
a { background-color: rgb(2,2,188); }
div.DivClassName
{
background-color: #0202BC;
}
.BgClassName
{
background-color: #0202BC;
}
</style>
border-color css
<style>
span { border-color: #0202BC; }
span { border-color: rgb(2,2,188); }
td.TdClassName
{
border-color: #0202BC;
}
.TagClassName
{
border-color: #0202BC;
}
</style>