Shades of Medium Blue #0500BD
Tints of Medium Blue #0500BD
RGB
CMYK
RGB Variations
Color information
#0500BD (or 0x0500BD) is known color: Medium Blue. HEX triplet: 05, 00 and BD. RGB value is (5,0,189). Sum of RGB (Red+Green+Blue) = 5+0+189=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 189 (74.22% from 255 or 97.42% from 194); Max value from RGB is 189 - color contains mainly: blue. Hex color #0500BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0500BD is #FAFF42. Grayscale: #161616. Windows color (decimal): -16449347 or 12386309. OLE color: 12386309.
HSL color Cylindrical-coordinate representation of color #0500BD: hue angle of 241.59º 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 #0500BD is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 0 | 189 | - |
| CMYK | 0.97 | 1 | 0 | 0.26 |
| HSL | 241.59º | 1% | 0.37% | - |
| HSV(B) | 241.59º | 1% | 0.74% | - |
| XYZ | 9.25 | 3.71 | 48.37 | - |
| YUV | 23.04 | 221.66 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 189 | 0.97 | 1 | 0 | 0.26 | 241.59 | 1 | 0.37 |
| Hex | 5 | 0 | BD | 61 | 64 | 0 | 1A | F2 | 64 | 25 |
| Octal | 5 | 0 | 275 | 141 | 144 | 0 | 32 | 362 | 144 | 45 |
| Binary | 101 | 0 | 10111101 | 1100001 | 1100100 | 0 | 11010 | 11110010 | 1100100 | 100101 |
Color Harmonies of #0500BD
Complementary color
Monochromatic Colors of #0500BD
Black with #0500BD
Text Example
Text Example
White with #0500BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0500BD; }
p { color: rgb(5,0,189); }
H1.HeaderClassName
{
color: #0500BD;
}
.AnyTagClassName
{
color: #0500BD;
}
</style>
background-color css
<style>
a { background-color: #0500BD; }
a { background-color: rgb(5,0,189); }
div.DivClassName
{
background-color: #0500BD;
}
.BgClassName
{
background-color: #0500BD;
}
</style>
border-color css
<style>
span { border-color: #0500BD; }
span { border-color: rgb(5,0,189); }
td.TdClassName
{
border-color: #0500BD;
}
.TagClassName
{
border-color: #0500BD;
}
</style>