Shades of Medium Blue #0500DF
Tints of Medium Blue #0500DF
RGB
CMYK
RGB Variations
Color information
#0500DF (or 0x0500DF) is known color: Medium Blue. HEX triplet: 05, 00 and DF. RGB value is (5,0,223). Sum of RGB (Red+Green+Blue) = 5+0+223=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 223 (87.5% from 255 or 97.81% from 228); Max value from RGB is 223 - color contains mainly: blue. Hex color #0500DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0500DF is #FAFF20. Grayscale: #1A1A1A. Windows color (decimal): -16449313 or 14614533. OLE color: 14614533.
HSL color Cylindrical-coordinate representation of color #0500DF: hue angle of 241.35º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0500DF is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 0 | 223 | - |
| CMYK | 0.98 | 1 | 0 | 0.13 |
| HSL | 241.35º | 1% | 0.44% | - |
| HSV(B) | 241.35º | 1% | 0.87% | - |
| XYZ | 13.38 | 5.36 | 70.14 | - |
| YUV | 26.92 | 238.66 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 223 | 0.98 | 1 | 0 | 0.13 | 241.35 | 1 | 0.44 |
| Hex | 5 | 0 | DF | 62 | 64 | 0 | D | F1 | 64 | 2C |
| Octal | 5 | 0 | 337 | 142 | 144 | 0 | 15 | 361 | 144 | 54 |
| Binary | 101 | 0 | 11011111 | 1100010 | 1100100 | 0 | 1101 | 11110001 | 1100100 | 101100 |
Color Harmonies of #0500DF
Complementary color
Monochromatic Colors of #0500DF
Black with #0500DF
Text Example
Text Example
White with #0500DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0500DF; }
p { color: rgb(5,0,223); }
H1.HeaderClassName
{
color: #0500DF;
}
.AnyTagClassName
{
color: #0500DF;
}
</style>
background-color css
<style>
a { background-color: #0500DF; }
a { background-color: rgb(5,0,223); }
div.DivClassName
{
background-color: #0500DF;
}
.BgClassName
{
background-color: #0500DF;
}
</style>
border-color css
<style>
span { border-color: #0500DF; }
span { border-color: rgb(5,0,223); }
td.TdClassName
{
border-color: #0500DF;
}
.TagClassName
{
border-color: #0500DF;
}
</style>