Shades of Royal Blue #507BFD
Tints of Royal Blue #507BFD
RGB
CMYK
RGB Variations
Color information
#507BFD (or 0x507BFD) is known color: Royal Blue. HEX triplet: 50, 7B and FD. RGB value is (80,123,253). Sum of RGB (Red+Green+Blue) = 80+123+253=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #507BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507BFD is #AF8402. Grayscale: #7C7C7C. Windows color (decimal): -11502595 or 16612176. OLE color: 16612176.
HSL color Cylindrical-coordinate representation of color #507BFD: hue angle of 225.09º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507BFD is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 123 | 253 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.01 |
| HSL | 225.09º | 0.98% | 0.65% | - |
| HSV(B) | 225.09º | 0.68% | 0.99% | - |
| XYZ | 28.12 | 22.96 | 95.88 | - |
| YUV | 124.96 | 200.25 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 253 | 0.68 | 0.51 | 0 | 0.01 | 225.09 | 0.98 | 0.65 |
| Hex | 50 | 7B | FD | 44 | 33 | 0 | 1 | E1 | 62 | 41 |
| Octal | 120 | 173 | 375 | 104 | 63 | 0 | 1 | 341 | 142 | 101 |
| Binary | 1010000 | 1111011 | 11111101 | 1000100 | 110011 | 0 | 1 | 11100001 | 1100010 | 1000001 |
Color Harmonies of #507BFD
Complementary color
Monochromatic Colors of #507BFD
Black with #507BFD
Text Example
Text Example
White with #507BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BFD; }
p { color: rgb(80,123,253); }
H1.HeaderClassName
{
color: #507BFD;
}
.AnyTagClassName
{
color: #507BFD;
}
</style>
background-color css
<style>
a { background-color: #507BFD; }
a { background-color: rgb(80,123,253); }
div.DivClassName
{
background-color: #507BFD;
}
.BgClassName
{
background-color: #507BFD;
}
</style>
border-color css
<style>
span { border-color: #507BFD; }
span { border-color: rgb(80,123,253); }
td.TdClassName
{
border-color: #507BFD;
}
.TagClassName
{
border-color: #507BFD;
}
</style>