Shades of Royal Blue #507BFF
Tints of Royal Blue #507BFF
RGB
CMYK
RGB Variations
Color information
#507BFF (or 0x507BFF) is known color: Royal Blue. HEX triplet: 50, 7B and FF. RGB value is (80,123,255). Sum of RGB (Red+Green+Blue) = 80+123+255=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #507BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507BFF is #AF8400. Grayscale: #7C7C7C. Windows color (decimal): -11502593 or 16743248. OLE color: 16743248.
HSL color Cylindrical-coordinate representation of color #507BFF: hue angle of 225.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #507BFF is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 123 | 255 | - |
| CMYK | 0.69 | 0.52 | 0 | 0 |
| HSL | 225.26º | 1% | 0.66% | - |
| HSV(B) | 225.26º | 0.69% | 1% | - |
| XYZ | 28.44 | 23.09 | 97.57 | - |
| YUV | 125.19 | 201.25 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 255 | 0.69 | 0.52 | 0 | 0 | 225.26 | 1 | 0.66 |
| Hex | 50 | 7B | FF | 45 | 34 | 0 | 0 | E1 | 64 | 42 |
| Octal | 120 | 173 | 377 | 105 | 64 | 0 | 0 | 341 | 144 | 102 |
| Binary | 1010000 | 1111011 | 11111111 | 1000101 | 110100 | 0 | 0 | 11100001 | 1100100 | 1000010 |
Color Harmonies of #507BFF
Complementary color
Monochromatic Colors of #507BFF
Black with #507BFF
Text Example
Text Example
White with #507BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BFF; }
p { color: rgb(80,123,255); }
H1.HeaderClassName
{
color: #507BFF;
}
.AnyTagClassName
{
color: #507BFF;
}
</style>
background-color css
<style>
a { background-color: #507BFF; }
a { background-color: rgb(80,123,255); }
div.DivClassName
{
background-color: #507BFF;
}
.BgClassName
{
background-color: #507BFF;
}
</style>
border-color css
<style>
span { border-color: #507BFF; }
span { border-color: rgb(80,123,255); }
td.TdClassName
{
border-color: #507BFF;
}
.TagClassName
{
border-color: #507BFF;
}
</style>