Shades of Medium Blue #0514CE
Tints of Medium Blue #0514CE
RGB
CMYK
RGB Variations
Color information
#0514CE (or 0x0514CE) is known color: Medium Blue. HEX triplet: 05, 14 and CE. RGB value is (5,20,206). Sum of RGB (Red+Green+Blue) = 5+20+206=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 206 (80.86% from 255 or 89.18% from 231); Max value from RGB is 206 - color contains mainly: blue. Hex color #0514CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0514CE is #FAEB31. Grayscale: #232323. Windows color (decimal): -16444210 or 13505541. OLE color: 13505541.
HSL color Cylindrical-coordinate representation of color #0514CE: hue angle of 235.52º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0514CE is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 20 | 206 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.19 |
| HSL | 235.52º | 0.95% | 0.41% | - |
| HSV(B) | 235.52º | 0.98% | 0.81% | - |
| XYZ | 11.45 | 4.99 | 58.75 | - |
| YUV | 36.72 | 223.53 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 206 | 0.98 | 0.90 | 0 | 0.19 | 235.52 | 0.95 | 0.41 |
| Hex | 5 | 14 | CE | 62 | 5A | 0 | 13 | EC | 5F | 29 |
| Octal | 5 | 24 | 316 | 142 | 132 | 0 | 23 | 354 | 137 | 51 |
| Binary | 101 | 10100 | 11001110 | 1100010 | 1011010 | 0 | 10011 | 11101100 | 1011111 | 101001 |
Color Harmonies of #0514CE
Complementary color
Monochromatic Colors of #0514CE
Black with #0514CE
Text Example
Text Example
White with #0514CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0514CE; }
p { color: rgb(5,20,206); }
H1.HeaderClassName
{
color: #0514CE;
}
.AnyTagClassName
{
color: #0514CE;
}
</style>
background-color css
<style>
a { background-color: #0514CE; }
a { background-color: rgb(5,20,206); }
div.DivClassName
{
background-color: #0514CE;
}
.BgClassName
{
background-color: #0514CE;
}
</style>
border-color css
<style>
span { border-color: #0514CE; }
span { border-color: rgb(5,20,206); }
td.TdClassName
{
border-color: #0514CE;
}
.TagClassName
{
border-color: #0514CE;
}
</style>