Shades of Royal Blue #507FE8
Tints of Royal Blue #507FE8
RGB
CMYK
RGB Variations
Color information
#507FE8 (or 0x507FE8) is known color: Royal Blue. HEX triplet: 50, 7F and E8. RGB value is (80,127,232). Sum of RGB (Red+Green+Blue) = 80+127+232=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #507FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507FE8 is #AF8017. Grayscale: #7C7C7C. Windows color (decimal): -11501592 or 15236944. OLE color: 15236944.
HSL color Cylindrical-coordinate representation of color #507FE8: hue angle of 221.45º degrees, saturation: 0.77, 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 #507FE8 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 127 | 232 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.09 |
| HSL | 221.45º | 0.77% | 0.61% | - |
| HSV(B) | 221.45º | 0.66% | 0.91% | - |
| XYZ | 25.46 | 22.71 | 79.39 | - |
| YUV | 124.92 | 188.43 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 232 | 0.66 | 0.45 | 0 | 0.09 | 221.45 | 0.77 | 0.61 |
| Hex | 50 | 7F | E8 | 42 | 2D | 0 | 9 | DD | 4D | 3D |
| Octal | 120 | 177 | 350 | 102 | 55 | 0 | 11 | 335 | 115 | 75 |
| Binary | 1010000 | 1111111 | 11101000 | 1000010 | 101101 | 0 | 1001 | 11011101 | 1001101 | 111101 |
Color Harmonies of #507FE8
Complementary color
Monochromatic Colors of #507FE8
Black with #507FE8
Text Example
Text Example
White with #507FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507FE8; }
p { color: rgb(80,127,232); }
H1.HeaderClassName
{
color: #507FE8;
}
.AnyTagClassName
{
color: #507FE8;
}
</style>
background-color css
<style>
a { background-color: #507FE8; }
a { background-color: rgb(80,127,232); }
div.DivClassName
{
background-color: #507FE8;
}
.BgClassName
{
background-color: #507FE8;
}
</style>
border-color css
<style>
span { border-color: #507FE8; }
span { border-color: rgb(80,127,232); }
td.TdClassName
{
border-color: #507FE8;
}
.TagClassName
{
border-color: #507FE8;
}
</style>