Shades of Royal Blue #527BED
Tints of Royal Blue #527BED
RGB
CMYK
RGB Variations
Color information
#527BED (or 0x527BED) is known color: Royal Blue. HEX triplet: 52, 7B and ED. RGB value is (82,123,237). Sum of RGB (Red+Green+Blue) = 82+123+237=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #527BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527BED is #AD8412. Grayscale: #7B7B7B. Windows color (decimal): -11371539 or 15563602. OLE color: 15563602.
HSL color Cylindrical-coordinate representation of color #527BED: hue angle of 224.13º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527BED is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 123 | 237 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.07 |
| HSL | 224.13º | 0.81% | 0.63% | - |
| HSV(B) | 224.13º | 0.65% | 0.93% | - |
| XYZ | 25.85 | 22.07 | 83.02 | - |
| YUV | 123.74 | 191.92 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 237 | 0.65 | 0.48 | 0 | 0.07 | 224.13 | 0.81 | 0.63 |
| Hex | 52 | 7B | ED | 41 | 30 | 0 | 7 | E0 | 51 | 3F |
| Octal | 122 | 173 | 355 | 101 | 60 | 0 | 7 | 340 | 121 | 77 |
| Binary | 1010010 | 1111011 | 11101101 | 1000001 | 110000 | 0 | 111 | 11100000 | 1010001 | 111111 |
Color Harmonies of #527BED
Complementary color
Monochromatic Colors of #527BED
Black with #527BED
Text Example
Text Example
White with #527BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527BED; }
p { color: rgb(82,123,237); }
H1.HeaderClassName
{
color: #527BED;
}
.AnyTagClassName
{
color: #527BED;
}
</style>
background-color css
<style>
a { background-color: #527BED; }
a { background-color: rgb(82,123,237); }
div.DivClassName
{
background-color: #527BED;
}
.BgClassName
{
background-color: #527BED;
}
</style>
border-color css
<style>
span { border-color: #527BED; }
span { border-color: rgb(82,123,237); }
td.TdClassName
{
border-color: #527BED;
}
.TagClassName
{
border-color: #527BED;
}
</style>