Shades of Royal Blue #507CEA
Tints of Royal Blue #507CEA
RGB
CMYK
RGB Variations
Color information
#507CEA (or 0x507CEA) is known color: Royal Blue. HEX triplet: 50, 7C and EA. RGB value is (80,124,234). Sum of RGB (Red+Green+Blue) = 80+124+234=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #507CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507CEA is #AF8315. Grayscale: #7A7A7A. Windows color (decimal): -11502358 or 15367248. OLE color: 15367248.
HSL color Cylindrical-coordinate representation of color #507CEA: hue angle of 222.86º 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 #507CEA is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 124 | 234 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.08 |
| HSL | 222.86º | 0.79% | 0.62% | - |
| HSV(B) | 222.86º | 0.66% | 0.92% | - |
| XYZ | 25.37 | 22.06 | 80.76 | - |
| YUV | 123.38 | 190.42 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 234 | 0.66 | 0.47 | 0 | 0.08 | 222.86 | 0.79 | 0.62 |
| Hex | 50 | 7C | EA | 42 | 2F | 0 | 8 | DF | 4F | 3E |
| Octal | 120 | 174 | 352 | 102 | 57 | 0 | 10 | 337 | 117 | 76 |
| Binary | 1010000 | 1111100 | 11101010 | 1000010 | 101111 | 0 | 1000 | 11011111 | 1001111 | 111110 |
Color Harmonies of #507CEA
Complementary color
Monochromatic Colors of #507CEA
Black with #507CEA
Text Example
Text Example
White with #507CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CEA; }
p { color: rgb(80,124,234); }
H1.HeaderClassName
{
color: #507CEA;
}
.AnyTagClassName
{
color: #507CEA;
}
</style>
background-color css
<style>
a { background-color: #507CEA; }
a { background-color: rgb(80,124,234); }
div.DivClassName
{
background-color: #507CEA;
}
.BgClassName
{
background-color: #507CEA;
}
</style>
border-color css
<style>
span { border-color: #507CEA; }
span { border-color: rgb(80,124,234); }
td.TdClassName
{
border-color: #507CEA;
}
.TagClassName
{
border-color: #507CEA;
}
</style>