Shades of Royal Blue #507EDB
Tints of Royal Blue #507EDB
RGB
CMYK
RGB Variations
Color information
#507EDB (or 0x507EDB) is known color: Royal Blue. HEX triplet: 50, 7E and DB. RGB value is (80,126,219). Sum of RGB (Red+Green+Blue) = 80+126+219=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #507EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507EDB is #AF8124. Grayscale: #7A7A7A. Windows color (decimal): -11501861 or 14384720. OLE color: 14384720.
HSL color Cylindrical-coordinate representation of color #507EDB: hue angle of 220.14º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #507EDB is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 126 | 219 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.14 |
| HSL | 220.14º | 0.66% | 0.59% | - |
| HSV(B) | 220.14º | 0.63% | 0.86% | - |
| XYZ | 23.56 | 21.74 | 69.97 | - |
| YUV | 122.85 | 182.26 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 219 | 0.63 | 0.42 | 0 | 0.14 | 220.14 | 0.66 | 0.59 |
| Hex | 50 | 7E | DB | 3F | 2A | 0 | E | DC | 42 | 3B |
| Octal | 120 | 176 | 333 | 77 | 52 | 0 | 16 | 334 | 102 | 73 |
| Binary | 1010000 | 1111110 | 11011011 | 111111 | 101010 | 0 | 1110 | 11011100 | 1000010 | 111011 |
Color Harmonies of #507EDB
Complementary color
Monochromatic Colors of #507EDB
Black with #507EDB
Text Example
Text Example
White with #507EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507EDB; }
p { color: rgb(80,126,219); }
H1.HeaderClassName
{
color: #507EDB;
}
.AnyTagClassName
{
color: #507EDB;
}
</style>
background-color css
<style>
a { background-color: #507EDB; }
a { background-color: rgb(80,126,219); }
div.DivClassName
{
background-color: #507EDB;
}
.BgClassName
{
background-color: #507EDB;
}
</style>
border-color css
<style>
span { border-color: #507EDB; }
span { border-color: rgb(80,126,219); }
td.TdClassName
{
border-color: #507EDB;
}
.TagClassName
{
border-color: #507EDB;
}
</style>