Shades of Medium Blue #0507DF
Tints of Medium Blue #0507DF
RGB
CMYK
RGB Variations
Color information
#0507DF (or 0x0507DF) is known color: Medium Blue. HEX triplet: 05, 07 and DF. RGB value is (5,7,223). Sum of RGB (Red+Green+Blue) = 5+7+223=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 223 (87.5% from 255 or 94.89% from 235); Max value from RGB is 223 - color contains mainly: blue. Hex color #0507DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0507DF is #FAF820. Grayscale: #1E1E1E. Windows color (decimal): -16447521 or 14616325. OLE color: 14616325.
HSL color Cylindrical-coordinate representation of color #0507DF: hue angle of 239.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0507DF is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 7 | 223 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.13 |
| HSL | 239.45º | 0.96% | 0.45% | - |
| HSV(B) | 239.45º | 0.98% | 0.87% | - |
| XYZ | 13.46 | 5.51 | 70.17 | - |
| YUV | 31.03 | 236.34 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 223 | 0.98 | 0.97 | 0 | 0.13 | 239.45 | 0.96 | 0.45 |
| Hex | 5 | 7 | DF | 62 | 61 | 0 | D | EF | 60 | 2D |
| Octal | 5 | 7 | 337 | 142 | 141 | 0 | 15 | 357 | 140 | 55 |
| Binary | 101 | 111 | 11011111 | 1100010 | 1100001 | 0 | 1101 | 11101111 | 1100000 | 101101 |
Color Harmonies of #0507DF
Complementary color
Monochromatic Colors of #0507DF
Black with #0507DF
Text Example
Text Example
White with #0507DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0507DF; }
p { color: rgb(5,7,223); }
H1.HeaderClassName
{
color: #0507DF;
}
.AnyTagClassName
{
color: #0507DF;
}
</style>
background-color css
<style>
a { background-color: #0507DF; }
a { background-color: rgb(5,7,223); }
div.DivClassName
{
background-color: #0507DF;
}
.BgClassName
{
background-color: #0507DF;
}
</style>
border-color css
<style>
span { border-color: #0507DF; }
span { border-color: rgb(5,7,223); }
td.TdClassName
{
border-color: #0507DF;
}
.TagClassName
{
border-color: #0507DF;
}
</style>