Shades of Medium Blue #0202BD
Tints of Medium Blue #0202BD
RGB
CMYK
RGB Variations
Color information
#0202BD (or 0x0202BD) is known color: Medium Blue. HEX triplet: 02, 02 and BD. RGB value is (2,2,189). Sum of RGB (Red+Green+Blue) = 2+2+189=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 189 (74.22% from 255 or 97.93% from 193); Max value from RGB is 189 - color contains mainly: blue. Hex color #0202BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0202BD is #FDFD42. Grayscale: #161616. Windows color (decimal): -16645443 or 12386818. OLE color: 12386818.
HSL color Cylindrical-coordinate representation of color #0202BD: 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 #0202BD is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 2 | 189 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.26 |
| HSL | 240º | 0.98% | 0.37% | - |
| HSV(B) | 240º | 0.99% | 0.74% | - |
| XYZ | 9.23 | 3.73 | 48.38 | - |
| YUV | 23.32 | 221.5 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 189 | 0.99 | 0.99 | 0 | 0.26 | 240 | 0.98 | 0.37 |
| Hex | 2 | 2 | BD | 63 | 63 | 0 | 1A | F0 | 62 | 25 |
| Octal | 2 | 2 | 275 | 143 | 143 | 0 | 32 | 360 | 142 | 45 |
| Binary | 10 | 10 | 10111101 | 1100011 | 1100011 | 0 | 11010 | 11110000 | 1100010 | 100101 |
Color Harmonies of #0202BD
Complementary color
Monochromatic Colors of #0202BD
Black with #0202BD
Text Example
Text Example
White with #0202BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0202BD; }
p { color: rgb(2,2,189); }
H1.HeaderClassName
{
color: #0202BD;
}
.AnyTagClassName
{
color: #0202BD;
}
</style>
background-color css
<style>
a { background-color: #0202BD; }
a { background-color: rgb(2,2,189); }
div.DivClassName
{
background-color: #0202BD;
}
.BgClassName
{
background-color: #0202BD;
}
</style>
border-color css
<style>
span { border-color: #0202BD; }
span { border-color: rgb(2,2,189); }
td.TdClassName
{
border-color: #0202BD;
}
.TagClassName
{
border-color: #0202BD;
}
</style>