Shades of Medium Blue #0514DA
Tints of Medium Blue #0514DA
RGB
CMYK
RGB Variations
Color information
#0514DA (or 0x0514DA) is known color: Medium Blue. HEX triplet: 05, 14 and DA. RGB value is (5,20,218). Sum of RGB (Red+Green+Blue) = 5+20+218=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 218 (85.55% from 255 or 89.71% from 243); Max value from RGB is 218 - color contains mainly: blue. Hex color #0514DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0514DA is #FAEB25. Grayscale: #252525. Windows color (decimal): -16444198 or 14291973. OLE color: 14291973.
HSL color Cylindrical-coordinate representation of color #0514DA: hue angle of 235.77º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0514DA is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 20 | 218 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.15 |
| HSL | 235.77º | 0.96% | 0.44% | - |
| HSV(B) | 235.77º | 0.98% | 0.85% | - |
| XYZ | 12.97 | 5.59 | 66.73 | - |
| YUV | 38.09 | 229.53 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 218 | 0.98 | 0.91 | 0 | 0.15 | 235.77 | 0.96 | 0.44 |
| Hex | 5 | 14 | DA | 62 | 5B | 0 | F | EC | 60 | 2C |
| Octal | 5 | 24 | 332 | 142 | 133 | 0 | 17 | 354 | 140 | 54 |
| Binary | 101 | 10100 | 11011010 | 1100010 | 1011011 | 0 | 1111 | 11101100 | 1100000 | 101100 |
Color Harmonies of #0514DA
Complementary color
Monochromatic Colors of #0514DA
Black with #0514DA
Text Example
Text Example
White with #0514DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0514DA; }
p { color: rgb(5,20,218); }
H1.HeaderClassName
{
color: #0514DA;
}
.AnyTagClassName
{
color: #0514DA;
}
</style>
background-color css
<style>
a { background-color: #0514DA; }
a { background-color: rgb(5,20,218); }
div.DivClassName
{
background-color: #0514DA;
}
.BgClassName
{
background-color: #0514DA;
}
</style>
border-color css
<style>
span { border-color: #0514DA; }
span { border-color: rgb(5,20,218); }
td.TdClassName
{
border-color: #0514DA;
}
.TagClassName
{
border-color: #0514DA;
}
</style>