Shades of Royal Blue #507FDB
Tints of Royal Blue #507FDB
RGB
CMYK
RGB Variations
Color information
#507FDB (or 0x507FDB) is known color: Royal Blue. HEX triplet: 50, 7F and DB. RGB value is (80,127,219). Sum of RGB (Red+Green+Blue) = 80+127+219=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #507FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FDB is #AF8024. Grayscale: #7B7B7B. Windows color (decimal): -11501605 or 14384976. OLE color: 14384976.
HSL color Cylindrical-coordinate representation of color #507FDB: hue angle of 219.71º 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 #507FDB is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 127 | 219 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.14 |
| HSL | 219.71º | 0.66% | 0.59% | - |
| HSV(B) | 219.71º | 0.63% | 0.86% | - |
| XYZ | 23.68 | 22 | 70.02 | - |
| YUV | 123.44 | 181.93 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 219 | 0.63 | 0.42 | 0 | 0.14 | 219.71 | 0.66 | 0.59 |
| Hex | 50 | 7F | DB | 3F | 2A | 0 | E | DC | 42 | 3B |
| Octal | 120 | 177 | 333 | 77 | 52 | 0 | 16 | 334 | 102 | 73 |
| Binary | 1010000 | 1111111 | 11011011 | 111111 | 101010 | 0 | 1110 | 11011100 | 1000010 | 111011 |
Color Harmonies of #507FDB
Complementary color
Monochromatic Colors of #507FDB
Black with #507FDB
Text Example
Text Example
White with #507FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507FDB; }
p { color: rgb(80,127,219); }
H1.HeaderClassName
{
color: #507FDB;
}
.AnyTagClassName
{
color: #507FDB;
}
</style>
background-color css
<style>
a { background-color: #507FDB; }
a { background-color: rgb(80,127,219); }
div.DivClassName
{
background-color: #507FDB;
}
.BgClassName
{
background-color: #507FDB;
}
</style>
border-color css
<style>
span { border-color: #507FDB; }
span { border-color: rgb(80,127,219); }
td.TdClassName
{
border-color: #507FDB;
}
.TagClassName
{
border-color: #507FDB;
}
</style>