Shades of Royal Blue #507BED
Tints of Royal Blue #507BED
RGB
CMYK
RGB Variations
Color information
#507BED (or 0x507BED) is known color: Royal Blue. HEX triplet: 50, 7B and ED. RGB value is (80,123,237). Sum of RGB (Red+Green+Blue) = 80+123+237=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #507BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507BED is #AF8412. Grayscale: #7A7A7A. Windows color (decimal): -11502611 or 15563600. OLE color: 15563600.
HSL color Cylindrical-coordinate representation of color #507BED: hue angle of 223.57º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #507BED is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 123 | 237 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.07 |
| HSL | 223.57º | 0.81% | 0.62% | - |
| HSV(B) | 223.57º | 0.66% | 0.93% | - |
| XYZ | 25.68 | 21.99 | 83.01 | - |
| YUV | 123.14 | 192.25 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 237 | 0.66 | 0.48 | 0 | 0.07 | 223.57 | 0.81 | 0.62 |
| Hex | 50 | 7B | ED | 42 | 30 | 0 | 7 | E0 | 51 | 3E |
| Octal | 120 | 173 | 355 | 102 | 60 | 0 | 7 | 340 | 121 | 76 |
| Binary | 1010000 | 1111011 | 11101101 | 1000010 | 110000 | 0 | 111 | 11100000 | 1010001 | 111110 |
Color Harmonies of #507BED
Complementary color
Monochromatic Colors of #507BED
Black with #507BED
Text Example
Text Example
White with #507BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BED; }
p { color: rgb(80,123,237); }
H1.HeaderClassName
{
color: #507BED;
}
.AnyTagClassName
{
color: #507BED;
}
</style>
background-color css
<style>
a { background-color: #507BED; }
a { background-color: rgb(80,123,237); }
div.DivClassName
{
background-color: #507BED;
}
.BgClassName
{
background-color: #507BED;
}
</style>
border-color css
<style>
span { border-color: #507BED; }
span { border-color: rgb(80,123,237); }
td.TdClassName
{
border-color: #507BED;
}
.TagClassName
{
border-color: #507BED;
}
</style>