Shades of Royal Blue #506ECE
Tints of Royal Blue #506ECE
RGB
CMYK
RGB Variations
Color information
#506ECE (or 0x506ECE) is known color: Royal Blue. HEX triplet: 50, 6E and CE. RGB value is (80,110,206). Sum of RGB (Red+Green+Blue) = 80+110+206=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #506ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ECE is #AF9131. Grayscale: #6F6F6F. Windows color (decimal): -11505970 or 13528656. OLE color: 13528656.
HSL color Cylindrical-coordinate representation of color #506ECE: hue angle of 225.71º 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 #506ECE is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 110 | 206 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.19 |
| HSL | 225.71º | 0.56% | 0.56% | - |
| HSV(B) | 225.71º | 0.61% | 0.81% | - |
| XYZ | 20.02 | 17.31 | 60.68 | - |
| YUV | 111.97 | 181.06 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 110 | 206 | 0.61 | 0.47 | 0 | 0.19 | 225.71 | 0.56 | 0.56 |
| Hex | 50 | 6E | CE | 3D | 2F | 0 | 13 | E2 | 38 | 38 |
| Octal | 120 | 156 | 316 | 75 | 57 | 0 | 23 | 342 | 70 | 70 |
| Binary | 1010000 | 1101110 | 11001110 | 111101 | 101111 | 0 | 10011 | 11100010 | 111000 | 111000 |
Color Harmonies of #506ECE
Complementary color
Monochromatic Colors of #506ECE
Black with #506ECE
Text Example
Text Example
White with #506ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506ECE; }
p { color: rgb(80,110,206); }
H1.HeaderClassName
{
color: #506ECE;
}
.AnyTagClassName
{
color: #506ECE;
}
</style>
background-color css
<style>
a { background-color: #506ECE; }
a { background-color: rgb(80,110,206); }
div.DivClassName
{
background-color: #506ECE;
}
.BgClassName
{
background-color: #506ECE;
}
</style>
border-color css
<style>
span { border-color: #506ECE; }
span { border-color: rgb(80,110,206); }
td.TdClassName
{
border-color: #506ECE;
}
.TagClassName
{
border-color: #506ECE;
}
</style>