Shades of Royal Blue #506FCE
Tints of Royal Blue #506FCE
RGB
CMYK
RGB Variations
Color information
#506FCE (or 0x506FCE) is known color: Royal Blue. HEX triplet: 50, 6F and CE. RGB value is (80,111,206). Sum of RGB (Red+Green+Blue) = 80+111+206=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #506FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FCE is #AF9031. Grayscale: #707070. Windows color (decimal): -11505714 or 13528912. OLE color: 13528912.
HSL color Cylindrical-coordinate representation of color #506FCE: hue angle of 225.24º degrees, saturation: 0.56, 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 #506FCE is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 111 | 206 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.19 |
| HSL | 225.24º | 0.56% | 0.56% | - |
| HSV(B) | 225.24º | 0.61% | 0.81% | - |
| XYZ | 20.13 | 17.53 | 60.72 | - |
| YUV | 112.56 | 180.73 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 206 | 0.61 | 0.46 | 0 | 0.19 | 225.24 | 0.56 | 0.56 |
| Hex | 50 | 6F | CE | 3D | 2E | 0 | 13 | E1 | 38 | 38 |
| Octal | 120 | 157 | 316 | 75 | 56 | 0 | 23 | 341 | 70 | 70 |
| Binary | 1010000 | 1101111 | 11001110 | 111101 | 101110 | 0 | 10011 | 11100001 | 111000 | 111000 |
Color Harmonies of #506FCE
Complementary color
Monochromatic Colors of #506FCE
Black with #506FCE
Text Example
Text Example
White with #506FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FCE; }
p { color: rgb(80,111,206); }
H1.HeaderClassName
{
color: #506FCE;
}
.AnyTagClassName
{
color: #506FCE;
}
</style>
background-color css
<style>
a { background-color: #506FCE; }
a { background-color: rgb(80,111,206); }
div.DivClassName
{
background-color: #506FCE;
}
.BgClassName
{
background-color: #506FCE;
}
</style>
border-color css
<style>
span { border-color: #506FCE; }
span { border-color: rgb(80,111,206); }
td.TdClassName
{
border-color: #506FCE;
}
.TagClassName
{
border-color: #506FCE;
}
</style>