Shades of Medium Blue #0500D0
Tints of Medium Blue #0500D0
RGB
CMYK
RGB Variations
Color information
#0500D0 (or 0x0500D0) is known color: Medium Blue. HEX triplet: 05, 00 and D0. RGB value is (5,0,208). Sum of RGB (Red+Green+Blue) = 5+0+208=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 208 (81.64% from 255 or 97.65% from 213); Max value from RGB is 208 - color contains mainly: blue. Hex color #0500D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0500D0 is #FAFF2F. Grayscale: #181818. Windows color (decimal): -16449328 or 13631493. OLE color: 13631493.
HSL color Cylindrical-coordinate representation of color #0500D0: hue angle of 241.44º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0500D0 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 0 | 208 | - |
| CMYK | 0.98 | 1 | 0 | 0.18 |
| HSL | 241.44º | 1% | 0.41% | - |
| HSV(B) | 241.44º | 1% | 0.82% | - |
| XYZ | 11.45 | 4.59 | 59.96 | - |
| YUV | 25.21 | 231.16 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 208 | 0.98 | 1 | 0 | 0.18 | 241.44 | 1 | 0.41 |
| Hex | 5 | 0 | D0 | 62 | 64 | 0 | 12 | F1 | 64 | 29 |
| Octal | 5 | 0 | 320 | 142 | 144 | 0 | 22 | 361 | 144 | 51 |
| Binary | 101 | 0 | 11010000 | 1100010 | 1100100 | 0 | 10010 | 11110001 | 1100100 | 101001 |
Color Harmonies of #0500D0
Complementary color
Monochromatic Colors of #0500D0
Black with #0500D0
Text Example
Text Example
White with #0500D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0500D0; }
p { color: rgb(5,0,208); }
H1.HeaderClassName
{
color: #0500D0;
}
.AnyTagClassName
{
color: #0500D0;
}
</style>
background-color css
<style>
a { background-color: #0500D0; }
a { background-color: rgb(5,0,208); }
div.DivClassName
{
background-color: #0500D0;
}
.BgClassName
{
background-color: #0500D0;
}
</style>
border-color css
<style>
span { border-color: #0500D0; }
span { border-color: rgb(5,0,208); }
td.TdClassName
{
border-color: #0500D0;
}
.TagClassName
{
border-color: #0500D0;
}
</style>