Shades of Royal Blue #507AF3
Tints of Royal Blue #507AF3
RGB
CMYK
RGB Variations
Color information
#507AF3 (or 0x507AF3) is known color: Royal Blue. HEX triplet: 50, 7A and F3. RGB value is (80,122,243). Sum of RGB (Red+Green+Blue) = 80+122+243=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 243 (95.31% from 255 or 54.61% from 445); Max value from RGB is 243 - color contains mainly: blue. Hex color #507AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507AF3 is #AF850C. Grayscale: #7A7A7A. Windows color (decimal): -11502861 or 15956560. OLE color: 15956560.
HSL color Cylindrical-coordinate representation of color #507AF3: hue angle of 224.54º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #507AF3 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 122 | 243 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.05 |
| HSL | 224.54º | 0.87% | 0.63% | - |
| HSV(B) | 224.54º | 0.67% | 0.95% | - |
| XYZ | 26.45 | 22.1 | 87.67 | - |
| YUV | 123.24 | 195.59 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 243 | 0.67 | 0.50 | 0 | 0.05 | 224.54 | 0.87 | 0.63 |
| Hex | 50 | 7A | F3 | 43 | 32 | 0 | 5 | E1 | 57 | 3F |
| Octal | 120 | 172 | 363 | 103 | 62 | 0 | 5 | 341 | 127 | 77 |
| Binary | 1010000 | 1111010 | 11110011 | 1000011 | 110010 | 0 | 101 | 11100001 | 1010111 | 111111 |
Color Harmonies of #507AF3
Complementary color
Monochromatic Colors of #507AF3
Black with #507AF3
Text Example
Text Example
White with #507AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507AF3; }
p { color: rgb(80,122,243); }
H1.HeaderClassName
{
color: #507AF3;
}
.AnyTagClassName
{
color: #507AF3;
}
</style>
background-color css
<style>
a { background-color: #507AF3; }
a { background-color: rgb(80,122,243); }
div.DivClassName
{
background-color: #507AF3;
}
.BgClassName
{
background-color: #507AF3;
}
</style>
border-color css
<style>
span { border-color: #507AF3; }
span { border-color: rgb(80,122,243); }
td.TdClassName
{
border-color: #507AF3;
}
.TagClassName
{
border-color: #507AF3;
}
</style>