Shades of Royal Blue #506CD2
Tints of Royal Blue #506CD2
RGB
CMYK
RGB Variations
Color information
#506CD2 (or 0x506CD2) is known color: Royal Blue. HEX triplet: 50, 6C and D2. RGB value is (80,108,210). Sum of RGB (Red+Green+Blue) = 80+108+210=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 210 (82.42% from 255 or 52.76% from 398); Max value from RGB is 210 - color contains mainly: blue. Hex color #506CD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CD2 is #AF932D. Grayscale: #6E6E6E. Windows color (decimal): -11506478 or 13790288. OLE color: 13790288.
HSL color Cylindrical-coordinate representation of color #506CD2: hue angle of 227.08º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506CD2 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 108 | 210 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.18 |
| HSL | 227.08º | 0.59% | 0.57% | - |
| HSV(B) | 227.08º | 0.62% | 0.82% | - |
| XYZ | 20.3 | 17.08 | 63.2 | - |
| YUV | 111.26 | 183.72 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 210 | 0.62 | 0.49 | 0 | 0.18 | 227.08 | 0.59 | 0.57 |
| Hex | 50 | 6C | D2 | 3E | 31 | 0 | 12 | E3 | 3B | 39 |
| Octal | 120 | 154 | 322 | 76 | 61 | 0 | 22 | 343 | 73 | 71 |
| Binary | 1010000 | 1101100 | 11010010 | 111110 | 110001 | 0 | 10010 | 11100011 | 111011 | 111001 |
Color Harmonies of #506CD2
Complementary color
Monochromatic Colors of #506CD2
Black with #506CD2
Text Example
Text Example
White with #506CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506CD2; }
p { color: rgb(80,108,210); }
H1.HeaderClassName
{
color: #506CD2;
}
.AnyTagClassName
{
color: #506CD2;
}
</style>
background-color css
<style>
a { background-color: #506CD2; }
a { background-color: rgb(80,108,210); }
div.DivClassName
{
background-color: #506CD2;
}
.BgClassName
{
background-color: #506CD2;
}
</style>
border-color css
<style>
span { border-color: #506CD2; }
span { border-color: rgb(80,108,210); }
td.TdClassName
{
border-color: #506CD2;
}
.TagClassName
{
border-color: #506CD2;
}
</style>