Shades of Royal Blue #527DF1
Tints of Royal Blue #527DF1
RGB
CMYK
RGB Variations
Color information
#527DF1 (or 0x527DF1) is known color: Royal Blue. HEX triplet: 52, 7D and F1. RGB value is (82,125,241). Sum of RGB (Red+Green+Blue) = 82+125+241=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #527DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527DF1 is #AD820E. Grayscale: #7C7C7C. Windows color (decimal): -11371023 or 15826258. OLE color: 15826258.
HSL color Cylindrical-coordinate representation of color #527DF1: hue angle of 223.77º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #527DF1 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 125 | 241 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.05 |
| HSL | 223.77º | 0.85% | 0.63% | - |
| HSV(B) | 223.77º | 0.66% | 0.95% | - |
| XYZ | 26.69 | 22.81 | 86.22 | - |
| YUV | 125.37 | 193.25 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 241 | 0.66 | 0.48 | 0 | 0.05 | 223.77 | 0.85 | 0.63 |
| Hex | 52 | 7D | F1 | 42 | 30 | 0 | 5 | E0 | 55 | 3F |
| Octal | 122 | 175 | 361 | 102 | 60 | 0 | 5 | 340 | 125 | 77 |
| Binary | 1010010 | 1111101 | 11110001 | 1000010 | 110000 | 0 | 101 | 11100000 | 1010101 | 111111 |
Color Harmonies of #527DF1
Complementary color
Monochromatic Colors of #527DF1
Black with #527DF1
Text Example
Text Example
White with #527DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527DF1; }
p { color: rgb(82,125,241); }
H1.HeaderClassName
{
color: #527DF1;
}
.AnyTagClassName
{
color: #527DF1;
}
</style>
background-color css
<style>
a { background-color: #527DF1; }
a { background-color: rgb(82,125,241); }
div.DivClassName
{
background-color: #527DF1;
}
.BgClassName
{
background-color: #527DF1;
}
</style>
border-color css
<style>
span { border-color: #527DF1; }
span { border-color: rgb(82,125,241); }
td.TdClassName
{
border-color: #527DF1;
}
.TagClassName
{
border-color: #527DF1;
}
</style>