Shades of Royal Blue #507BDC
Tints of Royal Blue #507BDC
RGB
CMYK
RGB Variations
Color information
#507BDC (or 0x507BDC) is known color: Royal Blue. HEX triplet: 50, 7B and DC. RGB value is (80,123,220). Sum of RGB (Red+Green+Blue) = 80+123+220=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #507BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BDC is #AF8423. Grayscale: #787878. Windows color (decimal): -11502628 or 14449488. OLE color: 14449488.
HSL color Cylindrical-coordinate representation of color #507BDC: hue angle of 221.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #507BDC is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 123 | 220 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.14 |
| HSL | 221.57º | 0.67% | 0.59% | - |
| HSV(B) | 221.57º | 0.64% | 0.86% | - |
| XYZ | 23.31 | 21.04 | 70.54 | - |
| YUV | 121.2 | 183.75 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 220 | 0.64 | 0.44 | 0 | 0.14 | 221.57 | 0.67 | 0.59 |
| Hex | 50 | 7B | DC | 40 | 2C | 0 | E | DE | 43 | 3B |
| Octal | 120 | 173 | 334 | 100 | 54 | 0 | 16 | 336 | 103 | 73 |
| Binary | 1010000 | 1111011 | 11011100 | 1000000 | 101100 | 0 | 1110 | 11011110 | 1000011 | 111011 |
Color Harmonies of #507BDC
Complementary color
Monochromatic Colors of #507BDC
Black with #507BDC
Text Example
Text Example
White with #507BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BDC; }
p { color: rgb(80,123,220); }
H1.HeaderClassName
{
color: #507BDC;
}
.AnyTagClassName
{
color: #507BDC;
}
</style>
background-color css
<style>
a { background-color: #507BDC; }
a { background-color: rgb(80,123,220); }
div.DivClassName
{
background-color: #507BDC;
}
.BgClassName
{
background-color: #507BDC;
}
</style>
border-color css
<style>
span { border-color: #507BDC; }
span { border-color: rgb(80,123,220); }
td.TdClassName
{
border-color: #507BDC;
}
.TagClassName
{
border-color: #507BDC;
}
</style>