Shades of Royal Blue #526FFA
Tints of Royal Blue #526FFA
RGB
CMYK
RGB Variations
Color information
#526FFA (or 0x526FFA) is known color: Royal Blue. HEX triplet: 52, 6F and FA. RGB value is (82,111,250). Sum of RGB (Red+Green+Blue) = 82+111+250=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #526FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526FFA is #AD9005. Grayscale: #757575. Windows color (decimal): -11374598 or 16412498. OLE color: 16412498.
HSL color Cylindrical-coordinate representation of color #526FFA: hue angle of 229.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526FFA is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 111 | 250 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.02 |
| HSL | 229.64º | 0.94% | 0.65% | - |
| HSV(B) | 229.64º | 0.67% | 0.98% | - |
| XYZ | 26.42 | 20.06 | 92.92 | - |
| YUV | 118.18 | 202.39 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 250 | 0.67 | 0.56 | 0 | 0.02 | 229.64 | 0.94 | 0.65 |
| Hex | 52 | 6F | FA | 43 | 38 | 0 | 2 | E6 | 5E | 41 |
| Octal | 122 | 157 | 372 | 103 | 70 | 0 | 2 | 346 | 136 | 101 |
| Binary | 1010010 | 1101111 | 11111010 | 1000011 | 111000 | 0 | 10 | 11100110 | 1011110 | 1000001 |
Color Harmonies of #526FFA
Complementary color
Monochromatic Colors of #526FFA
Black with #526FFA
Text Example
Text Example
White with #526FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FFA; }
p { color: rgb(82,111,250); }
H1.HeaderClassName
{
color: #526FFA;
}
.AnyTagClassName
{
color: #526FFA;
}
</style>
background-color css
<style>
a { background-color: #526FFA; }
a { background-color: rgb(82,111,250); }
div.DivClassName
{
background-color: #526FFA;
}
.BgClassName
{
background-color: #526FFA;
}
</style>
border-color css
<style>
span { border-color: #526FFA; }
span { border-color: rgb(82,111,250); }
td.TdClassName
{
border-color: #526FFA;
}
.TagClassName
{
border-color: #526FFA;
}
</style>