Shades of Royal Blue #506CCF
Tints of Royal Blue #506CCF
RGB
CMYK
RGB Variations
Color information
#506CCF (or 0x506CCF) is known color: Royal Blue. HEX triplet: 50, 6C and CF. RGB value is (80,108,207). Sum of RGB (Red+Green+Blue) = 80+108+207=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #506CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CCF is #AF9330. Grayscale: #6E6E6E. Windows color (decimal): -11506481 or 13593680. OLE color: 13593680.
HSL color Cylindrical-coordinate representation of color #506CCF: hue angle of 226.77º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #506CCF is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 108 | 207 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.19 |
| HSL | 226.77º | 0.57% | 0.56% | - |
| HSV(B) | 226.77º | 0.61% | 0.81% | - |
| XYZ | 19.93 | 16.94 | 61.25 | - |
| YUV | 110.91 | 182.22 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 207 | 0.61 | 0.48 | 0 | 0.19 | 226.77 | 0.57 | 0.56 |
| Hex | 50 | 6C | CF | 3D | 30 | 0 | 13 | E3 | 39 | 38 |
| Octal | 120 | 154 | 317 | 75 | 60 | 0 | 23 | 343 | 71 | 70 |
| Binary | 1010000 | 1101100 | 11001111 | 111101 | 110000 | 0 | 10011 | 11100011 | 111001 | 111000 |
Color Harmonies of #506CCF
Complementary color
Monochromatic Colors of #506CCF
Black with #506CCF
Text Example
Text Example
White with #506CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506CCF; }
p { color: rgb(80,108,207); }
H1.HeaderClassName
{
color: #506CCF;
}
.AnyTagClassName
{
color: #506CCF;
}
</style>
background-color css
<style>
a { background-color: #506CCF; }
a { background-color: rgb(80,108,207); }
div.DivClassName
{
background-color: #506CCF;
}
.BgClassName
{
background-color: #506CCF;
}
</style>
border-color css
<style>
span { border-color: #506CCF; }
span { border-color: rgb(80,108,207); }
td.TdClassName
{
border-color: #506CCF;
}
.TagClassName
{
border-color: #506CCF;
}
</style>