Shades of Medium Blue #0514D6
Tints of Medium Blue #0514D6
RGB
CMYK
RGB Variations
Color information
#0514D6 (or 0x0514D6) is known color: Medium Blue. HEX triplet: 05, 14 and D6. RGB value is (5,20,214). Sum of RGB (Red+Green+Blue) = 5+20+214=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 214 (83.98% from 255 or 89.54% from 239); Max value from RGB is 214 - color contains mainly: blue. Hex color #0514D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0514D6 is #FAEB29. Grayscale: #242424. Windows color (decimal): -16444202 or 14029829. OLE color: 14029829.
HSL color Cylindrical-coordinate representation of color #0514D6: hue angle of 235.69º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0514D6 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 20 | 214 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.16 |
| HSL | 235.69º | 0.95% | 0.43% | - |
| HSV(B) | 235.69º | 0.98% | 0.84% | - |
| XYZ | 12.45 | 5.39 | 64 | - |
| YUV | 37.63 | 227.53 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 214 | 0.98 | 0.91 | 0 | 0.16 | 235.69 | 0.95 | 0.43 |
| Hex | 5 | 14 | D6 | 62 | 5B | 0 | 10 | EC | 5F | 2B |
| Octal | 5 | 24 | 326 | 142 | 133 | 0 | 20 | 354 | 137 | 53 |
| Binary | 101 | 10100 | 11010110 | 1100010 | 1011011 | 0 | 10000 | 11101100 | 1011111 | 101011 |
Color Harmonies of #0514D6
Complementary color
Monochromatic Colors of #0514D6
Black with #0514D6
Text Example
Text Example
White with #0514D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0514D6; }
p { color: rgb(5,20,214); }
H1.HeaderClassName
{
color: #0514D6;
}
.AnyTagClassName
{
color: #0514D6;
}
</style>
background-color css
<style>
a { background-color: #0514D6; }
a { background-color: rgb(5,20,214); }
div.DivClassName
{
background-color: #0514D6;
}
.BgClassName
{
background-color: #0514D6;
}
</style>
border-color css
<style>
span { border-color: #0514D6; }
span { border-color: rgb(5,20,214); }
td.TdClassName
{
border-color: #0514D6;
}
.TagClassName
{
border-color: #0514D6;
}
</style>