Shades of Royal Blue #5062DE
Tints of Royal Blue #5062DE
RGB
CMYK
RGB Variations
Color information
#5062DE (or 0x5062DE) is known color: Royal Blue. HEX triplet: 50, 62 and DE. RGB value is (80,98,222). Sum of RGB (Red+Green+Blue) = 80+98+222=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #5062DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5062DE is #AF9D21. Grayscale: #6A6A6A. Windows color (decimal): -11509026 or 14574160. OLE color: 14574160.
HSL color Cylindrical-coordinate representation of color #5062DE: hue angle of 232.39º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5062DE is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 98 | 222 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.13 |
| HSL | 232.39º | 0.68% | 0.59% | - |
| HSV(B) | 232.39º | 0.64% | 0.87% | - |
| XYZ | 20.86 | 15.71 | 71.04 | - |
| YUV | 106.75 | 193.04 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 222 | 0.64 | 0.56 | 0 | 0.13 | 232.39 | 0.68 | 0.59 |
| Hex | 50 | 62 | DE | 40 | 38 | 0 | D | E8 | 44 | 3B |
| Octal | 120 | 142 | 336 | 100 | 70 | 0 | 15 | 350 | 104 | 73 |
| Binary | 1010000 | 1100010 | 11011110 | 1000000 | 111000 | 0 | 1101 | 11101000 | 1000100 | 111011 |
Color Harmonies of #5062DE
Complementary color
Monochromatic Colors of #5062DE
Black with #5062DE
Text Example
Text Example
White with #5062DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5062DE; }
p { color: rgb(80,98,222); }
H1.HeaderClassName
{
color: #5062DE;
}
.AnyTagClassName
{
color: #5062DE;
}
</style>
background-color css
<style>
a { background-color: #5062DE; }
a { background-color: rgb(80,98,222); }
div.DivClassName
{
background-color: #5062DE;
}
.BgClassName
{
background-color: #5062DE;
}
</style>
border-color css
<style>
span { border-color: #5062DE; }
span { border-color: rgb(80,98,222); }
td.TdClassName
{
border-color: #5062DE;
}
.TagClassName
{
border-color: #5062DE;
}
</style>