Shades of Royal Blue #507FE9
Tints of Royal Blue #507FE9
RGB
CMYK
RGB Variations
Color information
#507FE9 (or 0x507FE9) is known color: Royal Blue. HEX triplet: 50, 7F and E9. RGB value is (80,127,233). Sum of RGB (Red+Green+Blue) = 80+127+233=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #507FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507FE9 is #AF8016. Grayscale: #7C7C7C. Windows color (decimal): -11501591 or 15302480. OLE color: 15302480.
HSL color Cylindrical-coordinate representation of color #507FE9: hue angle of 221.57º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #507FE9 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 127 | 233 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.09 |
| HSL | 221.57º | 0.78% | 0.61% | - |
| HSV(B) | 221.57º | 0.66% | 0.91% | - |
| XYZ | 25.61 | 22.77 | 80.14 | - |
| YUV | 125.03 | 188.93 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 233 | 0.66 | 0.45 | 0 | 0.09 | 221.57 | 0.78 | 0.61 |
| Hex | 50 | 7F | E9 | 42 | 2D | 0 | 9 | DE | 4E | 3D |
| Octal | 120 | 177 | 351 | 102 | 55 | 0 | 11 | 336 | 116 | 75 |
| Binary | 1010000 | 1111111 | 11101001 | 1000010 | 101101 | 0 | 1001 | 11011110 | 1001110 | 111101 |
Color Harmonies of #507FE9
Complementary color
Monochromatic Colors of #507FE9
Black with #507FE9
Text Example
Text Example
White with #507FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507FE9; }
p { color: rgb(80,127,233); }
H1.HeaderClassName
{
color: #507FE9;
}
.AnyTagClassName
{
color: #507FE9;
}
</style>
background-color css
<style>
a { background-color: #507FE9; }
a { background-color: rgb(80,127,233); }
div.DivClassName
{
background-color: #507FE9;
}
.BgClassName
{
background-color: #507FE9;
}
</style>
border-color css
<style>
span { border-color: #507FE9; }
span { border-color: rgb(80,127,233); }
td.TdClassName
{
border-color: #507FE9;
}
.TagClassName
{
border-color: #507FE9;
}
</style>