Shades of Royal Blue #506CFE
Tints of Royal Blue #506CFE
RGB
CMYK
RGB Variations
Color information
#506CFE (or 0x506CFE) is known color: Royal Blue. HEX triplet: 50, 6C and FE. RGB value is (80,108,254). Sum of RGB (Red+Green+Blue) = 80+108+254=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #506CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506CFE is #AF9301. Grayscale: #737373. Windows color (decimal): -11506434 or 16673872. OLE color: 16673872.
HSL color Cylindrical-coordinate representation of color #506CFE: hue angle of 230.34º 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 #506CFE is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 108 | 254 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.00 |
| HSL | 230.34º | 0.99% | 0.65% | - |
| HSV(B) | 230.34º | 0.69% | 1% | - |
| XYZ | 26.56 | 19.59 | 96.15 | - |
| YUV | 116.27 | 205.72 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 254 | 0.69 | 0.57 | 0 | 0.00 | 230.34 | 0.99 | 0.65 |
| Hex | 50 | 6C | FE | 45 | 39 | 0 | 0 | E6 | 63 | 41 |
| Octal | 120 | 154 | 376 | 105 | 71 | 0 | 0 | 346 | 143 | 101 |
| Binary | 1010000 | 1101100 | 11111110 | 1000101 | 111001 | 0 | 0 | 11100110 | 1100011 | 1000001 |
Color Harmonies of #506CFE
Complementary color
Monochromatic Colors of #506CFE
Black with #506CFE
Text Example
Text Example
White with #506CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506CFE; }
p { color: rgb(80,108,254); }
H1.HeaderClassName
{
color: #506CFE;
}
.AnyTagClassName
{
color: #506CFE;
}
</style>
background-color css
<style>
a { background-color: #506CFE; }
a { background-color: rgb(80,108,254); }
div.DivClassName
{
background-color: #506CFE;
}
.BgClassName
{
background-color: #506CFE;
}
</style>
border-color css
<style>
span { border-color: #506CFE; }
span { border-color: rgb(80,108,254); }
td.TdClassName
{
border-color: #506CFE;
}
.TagClassName
{
border-color: #506CFE;
}
</style>