Shades of Royal Blue #507ADD
Tints of Royal Blue #507ADD
RGB
CMYK
RGB Variations
Color information
#507ADD (or 0x507ADD) is known color: Royal Blue. HEX triplet: 50, 7A and DD. RGB value is (80,122,221). Sum of RGB (Red+Green+Blue) = 80+122+221=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #507ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ADD is #AF8522. Grayscale: #787878. Windows color (decimal): -11502883 or 14514768. OLE color: 14514768.
HSL color Cylindrical-coordinate representation of color #507ADD: hue angle of 222.13º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #507ADD is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 122 | 221 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.13 |
| HSL | 222.13º | 0.67% | 0.59% | - |
| HSV(B) | 222.13º | 0.64% | 0.87% | - |
| XYZ | 23.32 | 20.85 | 71.2 | - |
| YUV | 120.73 | 184.59 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 221 | 0.64 | 0.45 | 0 | 0.13 | 222.13 | 0.67 | 0.59 |
| Hex | 50 | 7A | DD | 40 | 2D | 0 | D | DE | 43 | 3B |
| Octal | 120 | 172 | 335 | 100 | 55 | 0 | 15 | 336 | 103 | 73 |
| Binary | 1010000 | 1111010 | 11011101 | 1000000 | 101101 | 0 | 1101 | 11011110 | 1000011 | 111011 |
Color Harmonies of #507ADD
Complementary color
Monochromatic Colors of #507ADD
Black with #507ADD
Text Example
Text Example
White with #507ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507ADD; }
p { color: rgb(80,122,221); }
H1.HeaderClassName
{
color: #507ADD;
}
.AnyTagClassName
{
color: #507ADD;
}
</style>
background-color css
<style>
a { background-color: #507ADD; }
a { background-color: rgb(80,122,221); }
div.DivClassName
{
background-color: #507ADD;
}
.BgClassName
{
background-color: #507ADD;
}
</style>
border-color css
<style>
span { border-color: #507ADD; }
span { border-color: rgb(80,122,221); }
td.TdClassName
{
border-color: #507ADD;
}
.TagClassName
{
border-color: #507ADD;
}
</style>