Shades of Royal Blue #507BFE
Tints of Royal Blue #507BFE
RGB
CMYK
RGB Variations
Color information
#507BFE (or 0x507BFE) is known color: Royal Blue. HEX triplet: 50, 7B and FE. RGB value is (80,123,254). Sum of RGB (Red+Green+Blue) = 80+123+254=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #507BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507BFE is #AF8401. Grayscale: #7C7C7C. Windows color (decimal): -11502594 or 16677712. OLE color: 16677712.
HSL color Cylindrical-coordinate representation of color #507BFE: hue angle of 225.17º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #507BFE is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 123 | 254 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.00 |
| HSL | 225.17º | 0.99% | 0.65% | - |
| HSV(B) | 225.17º | 0.69% | 1% | - |
| XYZ | 28.28 | 23.03 | 96.72 | - |
| YUV | 125.08 | 200.75 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 254 | 0.69 | 0.52 | 0 | 0.00 | 225.17 | 0.99 | 0.65 |
| Hex | 50 | 7B | FE | 45 | 34 | 0 | 0 | E1 | 63 | 41 |
| Octal | 120 | 173 | 376 | 105 | 64 | 0 | 0 | 341 | 143 | 101 |
| Binary | 1010000 | 1111011 | 11111110 | 1000101 | 110100 | 0 | 0 | 11100001 | 1100011 | 1000001 |
Color Harmonies of #507BFE
Complementary color
Monochromatic Colors of #507BFE
Black with #507BFE
Text Example
Text Example
White with #507BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BFE; }
p { color: rgb(80,123,254); }
H1.HeaderClassName
{
color: #507BFE;
}
.AnyTagClassName
{
color: #507BFE;
}
</style>
background-color css
<style>
a { background-color: #507BFE; }
a { background-color: rgb(80,123,254); }
div.DivClassName
{
background-color: #507BFE;
}
.BgClassName
{
background-color: #507BFE;
}
</style>
border-color css
<style>
span { border-color: #507BFE; }
span { border-color: rgb(80,123,254); }
td.TdClassName
{
border-color: #507BFE;
}
.TagClassName
{
border-color: #507BFE;
}
</style>