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