Shades of Royal Blue #507CFB
Tints of Royal Blue #507CFB
RGB
CMYK
RGB Variations
Color information
#507CFB (or 0x507CFB) is known color: Royal Blue. HEX triplet: 50, 7C and FB. RGB value is (80,124,251). Sum of RGB (Red+Green+Blue) = 80+124+251=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #507CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507CFB is #AF8304. Grayscale: #7C7C7C. Windows color (decimal): -11502341 or 16481360. OLE color: 16481360.
HSL color Cylindrical-coordinate representation of color #507CFB: hue angle of 224.56º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507CFB is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 124 | 251 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.02 |
| HSL | 224.56º | 0.96% | 0.65% | - |
| HSV(B) | 224.56º | 0.68% | 0.98% | - |
| XYZ | 27.93 | 23.09 | 94.25 | - |
| YUV | 125.32 | 198.92 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 251 | 0.68 | 0.51 | 0 | 0.02 | 224.56 | 0.96 | 0.65 |
| Hex | 50 | 7C | FB | 44 | 33 | 0 | 2 | E1 | 60 | 41 |
| Octal | 120 | 174 | 373 | 104 | 63 | 0 | 2 | 341 | 140 | 101 |
| Binary | 1010000 | 1111100 | 11111011 | 1000100 | 110011 | 0 | 10 | 11100001 | 1100000 | 1000001 |
Color Harmonies of #507CFB
Complementary color
Monochromatic Colors of #507CFB
Black with #507CFB
Text Example
Text Example
White with #507CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CFB; }
p { color: rgb(80,124,251); }
H1.HeaderClassName
{
color: #507CFB;
}
.AnyTagClassName
{
color: #507CFB;
}
</style>
background-color css
<style>
a { background-color: #507CFB; }
a { background-color: rgb(80,124,251); }
div.DivClassName
{
background-color: #507CFB;
}
.BgClassName
{
background-color: #507CFB;
}
</style>
border-color css
<style>
span { border-color: #507CFB; }
span { border-color: rgb(80,124,251); }
td.TdClassName
{
border-color: #507CFB;
}
.TagClassName
{
border-color: #507CFB;
}
</style>