Shades of Medium Blue #0508DF
Tints of Medium Blue #0508DF
RGB
CMYK
RGB Variations
Color information
#0508DF (or 0x0508DF) is known color: Medium Blue. HEX triplet: 05, 08 and DF. RGB value is (5,8,223). Sum of RGB (Red+Green+Blue) = 5+8+223=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 223 (87.5% from 255 or 94.49% from 236); Max value from RGB is 223 - color contains mainly: blue. Hex color #0508DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0508DF is #FAF720. Grayscale: #1E1E1E. Windows color (decimal): -16447265 or 14616581. OLE color: 14616581.
HSL color Cylindrical-coordinate representation of color #0508DF: hue angle of 239.17º 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 #0508DF is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 8 | 223 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.13 |
| HSL | 239.17º | 0.96% | 0.45% | - |
| HSV(B) | 239.17º | 0.98% | 0.87% | - |
| XYZ | 13.47 | 5.53 | 70.17 | - |
| YUV | 31.61 | 236.01 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 223 | 0.98 | 0.96 | 0 | 0.13 | 239.17 | 0.96 | 0.45 |
| Hex | 5 | 8 | DF | 62 | 60 | 0 | D | EF | 60 | 2D |
| Octal | 5 | 10 | 337 | 142 | 140 | 0 | 15 | 357 | 140 | 55 |
| Binary | 101 | 1000 | 11011111 | 1100010 | 1100000 | 0 | 1101 | 11101111 | 1100000 | 101101 |
Color Harmonies of #0508DF
Complementary color
Monochromatic Colors of #0508DF
Black with #0508DF
Text Example
Text Example
White with #0508DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0508DF; }
p { color: rgb(5,8,223); }
H1.HeaderClassName
{
color: #0508DF;
}
.AnyTagClassName
{
color: #0508DF;
}
</style>
background-color css
<style>
a { background-color: #0508DF; }
a { background-color: rgb(5,8,223); }
div.DivClassName
{
background-color: #0508DF;
}
.BgClassName
{
background-color: #0508DF;
}
</style>
border-color css
<style>
span { border-color: #0508DF; }
span { border-color: rgb(5,8,223); }
td.TdClassName
{
border-color: #0508DF;
}
.TagClassName
{
border-color: #0508DF;
}
</style>