Shades of Royal Blue #507FEA
Tints of Royal Blue #507FEA
RGB
CMYK
RGB Variations
Color information
#507FEA (or 0x507FEA) is known color: Royal Blue. HEX triplet: 50, 7F and EA. RGB value is (80,127,234). Sum of RGB (Red+Green+Blue) = 80+127+234=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #507FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507FEA is #AF8015. Grayscale: #7C7C7C. Windows color (decimal): -11501590 or 15368016. OLE color: 15368016.
HSL color Cylindrical-coordinate representation of color #507FEA: hue angle of 221.69º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #507FEA is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 127 | 234 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.08 |
| HSL | 221.69º | 0.79% | 0.62% | - |
| HSV(B) | 221.69º | 0.66% | 0.92% | - |
| XYZ | 25.75 | 22.82 | 80.89 | - |
| YUV | 125.15 | 189.43 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 234 | 0.66 | 0.46 | 0 | 0.08 | 221.69 | 0.79 | 0.62 |
| Hex | 50 | 7F | EA | 42 | 2E | 0 | 8 | DE | 4F | 3E |
| Octal | 120 | 177 | 352 | 102 | 56 | 0 | 10 | 336 | 117 | 76 |
| Binary | 1010000 | 1111111 | 11101010 | 1000010 | 101110 | 0 | 1000 | 11011110 | 1001111 | 111110 |
Color Harmonies of #507FEA
Complementary color
Monochromatic Colors of #507FEA
Black with #507FEA
Text Example
Text Example
White with #507FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507FEA; }
p { color: rgb(80,127,234); }
H1.HeaderClassName
{
color: #507FEA;
}
.AnyTagClassName
{
color: #507FEA;
}
</style>
background-color css
<style>
a { background-color: #507FEA; }
a { background-color: rgb(80,127,234); }
div.DivClassName
{
background-color: #507FEA;
}
.BgClassName
{
background-color: #507FEA;
}
</style>
border-color css
<style>
span { border-color: #507FEA; }
span { border-color: rgb(80,127,234); }
td.TdClassName
{
border-color: #507FEA;
}
.TagClassName
{
border-color: #507FEA;
}
</style>