Shades of Medium Blue #0514DE
Tints of Medium Blue #0514DE
RGB
CMYK
RGB Variations
Color information
#0514DE (or 0x0514DE) is known color: Medium Blue. HEX triplet: 05, 14 and DE. RGB value is (5,20,222). Sum of RGB (Red+Green+Blue) = 5+20+222=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 222 (87.11% from 255 or 89.88% from 247); Max value from RGB is 222 - color contains mainly: blue. Hex color #0514DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0514DE is #FAEB21. Grayscale: #252525. Windows color (decimal): -16444194 or 14554117. OLE color: 14554117.
HSL color Cylindrical-coordinate representation of color #0514DE: hue angle of 235.85º 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 #0514DE is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 20 | 222 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.13 |
| HSL | 235.85º | 0.96% | 0.45% | - |
| HSV(B) | 235.85º | 0.98% | 0.87% | - |
| XYZ | 13.5 | 5.81 | 69.52 | - |
| YUV | 38.54 | 231.53 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 222 | 0.98 | 0.91 | 0 | 0.13 | 235.85 | 0.96 | 0.45 |
| Hex | 5 | 14 | DE | 62 | 5B | 0 | D | EC | 60 | 2D |
| Octal | 5 | 24 | 336 | 142 | 133 | 0 | 15 | 354 | 140 | 55 |
| Binary | 101 | 10100 | 11011110 | 1100010 | 1011011 | 0 | 1101 | 11101100 | 1100000 | 101101 |
Color Harmonies of #0514DE
Complementary color
Monochromatic Colors of #0514DE
Black with #0514DE
Text Example
Text Example
White with #0514DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0514DE; }
p { color: rgb(5,20,222); }
H1.HeaderClassName
{
color: #0514DE;
}
.AnyTagClassName
{
color: #0514DE;
}
</style>
background-color css
<style>
a { background-color: #0514DE; }
a { background-color: rgb(5,20,222); }
div.DivClassName
{
background-color: #0514DE;
}
.BgClassName
{
background-color: #0514DE;
}
</style>
border-color css
<style>
span { border-color: #0514DE; }
span { border-color: rgb(5,20,222); }
td.TdClassName
{
border-color: #0514DE;
}
.TagClassName
{
border-color: #0514DE;
}
</style>