Shades of Royal Blue #506BFD
Tints of Royal Blue #506BFD
RGB
CMYK
RGB Variations
Color information
#506BFD (or 0x506BFD) is known color: Royal Blue. HEX triplet: 50, 6B and FD. RGB value is (80,107,253). Sum of RGB (Red+Green+Blue) = 80+107+253=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #506BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506BFD is #AF9402. Grayscale: #727272. Windows color (decimal): -11506691 or 16608080. OLE color: 16608080.
HSL color Cylindrical-coordinate representation of color #506BFD: hue angle of 230.64º 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 #506BFD is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 107 | 253 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.01 |
| HSL | 230.64º | 0.98% | 0.65% | - |
| HSV(B) | 230.64º | 0.68% | 0.99% | - |
| XYZ | 26.3 | 19.31 | 95.27 | - |
| YUV | 115.57 | 205.55 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 253 | 0.68 | 0.58 | 0 | 0.01 | 230.64 | 0.98 | 0.65 |
| Hex | 50 | 6B | FD | 44 | 3A | 0 | 1 | E7 | 62 | 41 |
| Octal | 120 | 153 | 375 | 104 | 72 | 0 | 1 | 347 | 142 | 101 |
| Binary | 1010000 | 1101011 | 11111101 | 1000100 | 111010 | 0 | 1 | 11100111 | 1100010 | 1000001 |
Color Harmonies of #506BFD
Complementary color
Monochromatic Colors of #506BFD
Black with #506BFD
Text Example
Text Example
White with #506BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506BFD; }
p { color: rgb(80,107,253); }
H1.HeaderClassName
{
color: #506BFD;
}
.AnyTagClassName
{
color: #506BFD;
}
</style>
background-color css
<style>
a { background-color: #506BFD; }
a { background-color: rgb(80,107,253); }
div.DivClassName
{
background-color: #506BFD;
}
.BgClassName
{
background-color: #506BFD;
}
</style>
border-color css
<style>
span { border-color: #506BFD; }
span { border-color: rgb(80,107,253); }
td.TdClassName
{
border-color: #506BFD;
}
.TagClassName
{
border-color: #506BFD;
}
</style>