Shades of Medium Blue #0200BD
Tints of Medium Blue #0200BD
RGB
CMYK
RGB Variations
Color information
#0200BD (or 0x0200BD) is known color: Medium Blue. HEX triplet: 02, 00 and BD. RGB value is (2,0,189). Sum of RGB (Red+Green+Blue) = 2+0+189=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 189 (74.22% from 255 or 98.95% from 191); Max value from RGB is 189 - color contains mainly: blue. Hex color #0200BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0200BD is #FDFF42. Grayscale: #151515. Windows color (decimal): -16645955 or 12386306. OLE color: 12386306.
HSL color Cylindrical-coordinate representation of color #0200BD: hue angle of 240.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0200BD is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 0 | 189 | - |
| CMYK | 0.99 | 1 | 0 | 0.26 |
| HSL | 240.63º | 1% | 0.37% | - |
| HSV(B) | 240.63º | 1% | 0.74% | - |
| XYZ | 9.21 | 3.69 | 48.37 | - |
| YUV | 22.14 | 222.16 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 189 | 0.99 | 1 | 0 | 0.26 | 240.63 | 1 | 0.37 |
| Hex | 2 | 0 | BD | 63 | 64 | 0 | 1A | F1 | 64 | 25 |
| Octal | 2 | 0 | 275 | 143 | 144 | 0 | 32 | 361 | 144 | 45 |
| Binary | 10 | 0 | 10111101 | 1100011 | 1100100 | 0 | 11010 | 11110001 | 1100100 | 100101 |
Color Harmonies of #0200BD
Complementary color
Monochromatic Colors of #0200BD
Black with #0200BD
Text Example
Text Example
White with #0200BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0200BD; }
p { color: rgb(2,0,189); }
H1.HeaderClassName
{
color: #0200BD;
}
.AnyTagClassName
{
color: #0200BD;
}
</style>
background-color css
<style>
a { background-color: #0200BD; }
a { background-color: rgb(2,0,189); }
div.DivClassName
{
background-color: #0200BD;
}
.BgClassName
{
background-color: #0200BD;
}
</style>
border-color css
<style>
span { border-color: #0200BD; }
span { border-color: rgb(2,0,189); }
td.TdClassName
{
border-color: #0200BD;
}
.TagClassName
{
border-color: #0200BD;
}
</style>