Shades of Royal Blue #506CCE
Tints of Royal Blue #506CCE
RGB
CMYK
RGB Variations
Color information
#506CCE (or 0x506CCE) is known color: Royal Blue. HEX triplet: 50, 6C and CE. RGB value is (80,108,206). Sum of RGB (Red+Green+Blue) = 80+108+206=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #506CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CCE is #AF9331. Grayscale: #6E6E6E. Windows color (decimal): -11506482 or 13528144. OLE color: 13528144.
HSL color Cylindrical-coordinate representation of color #506CCE: hue angle of 226.67º 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 #506CCE is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 108 | 206 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.19 |
| HSL | 226.67º | 0.56% | 0.56% | - |
| HSV(B) | 226.67º | 0.61% | 0.81% | - |
| XYZ | 19.81 | 16.89 | 60.61 | - |
| YUV | 110.8 | 181.72 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 206 | 0.61 | 0.48 | 0 | 0.19 | 226.67 | 0.56 | 0.56 |
| Hex | 50 | 6C | CE | 3D | 30 | 0 | 13 | E3 | 38 | 38 |
| Octal | 120 | 154 | 316 | 75 | 60 | 0 | 23 | 343 | 70 | 70 |
| Binary | 1010000 | 1101100 | 11001110 | 111101 | 110000 | 0 | 10011 | 11100011 | 111000 | 111000 |
Color Harmonies of #506CCE
Complementary color
Monochromatic Colors of #506CCE
Black with #506CCE
Text Example
Text Example
White with #506CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506CCE; }
p { color: rgb(80,108,206); }
H1.HeaderClassName
{
color: #506CCE;
}
.AnyTagClassName
{
color: #506CCE;
}
</style>
background-color css
<style>
a { background-color: #506CCE; }
a { background-color: rgb(80,108,206); }
div.DivClassName
{
background-color: #506CCE;
}
.BgClassName
{
background-color: #506CCE;
}
</style>
border-color css
<style>
span { border-color: #506CCE; }
span { border-color: rgb(80,108,206); }
td.TdClassName
{
border-color: #506CCE;
}
.TagClassName
{
border-color: #506CCE;
}
</style>