Shades of Royal Blue #507DF3
Tints of Royal Blue #507DF3
RGB
CMYK
RGB Variations
Color information
#507DF3 (or 0x507DF3) is known color: Royal Blue. HEX triplet: 50, 7D and F3. RGB value is (80,125,243). Sum of RGB (Red+Green+Blue) = 80+125+243=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 243 (95.31% from 255 or 54.24% from 448); Max value from RGB is 243 - color contains mainly: blue. Hex color #507DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507DF3 is #AF820C. Grayscale: #7C7C7C. Windows color (decimal): -11502093 or 15957328. OLE color: 15957328.
HSL color Cylindrical-coordinate representation of color #507DF3: hue angle of 223.44º 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 #507DF3 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 125 | 243 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.05 |
| HSL | 223.44º | 0.87% | 0.63% | - |
| HSV(B) | 223.44º | 0.67% | 0.95% | - |
| XYZ | 26.82 | 22.84 | 87.79 | - |
| YUV | 125 | 194.59 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 243 | 0.67 | 0.49 | 0 | 0.05 | 223.44 | 0.87 | 0.63 |
| Hex | 50 | 7D | F3 | 43 | 31 | 0 | 5 | DF | 57 | 3F |
| Octal | 120 | 175 | 363 | 103 | 61 | 0 | 5 | 337 | 127 | 77 |
| Binary | 1010000 | 1111101 | 11110011 | 1000011 | 110001 | 0 | 101 | 11011111 | 1010111 | 111111 |
Color Harmonies of #507DF3
Complementary color
Monochromatic Colors of #507DF3
Black with #507DF3
Text Example
Text Example
White with #507DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507DF3; }
p { color: rgb(80,125,243); }
H1.HeaderClassName
{
color: #507DF3;
}
.AnyTagClassName
{
color: #507DF3;
}
</style>
background-color css
<style>
a { background-color: #507DF3; }
a { background-color: rgb(80,125,243); }
div.DivClassName
{
background-color: #507DF3;
}
.BgClassName
{
background-color: #507DF3;
}
</style>
border-color css
<style>
span { border-color: #507DF3; }
span { border-color: rgb(80,125,243); }
td.TdClassName
{
border-color: #507DF3;
}
.TagClassName
{
border-color: #507DF3;
}
</style>