Shades of Royal Blue #526BFA
Tints of Royal Blue #526BFA
RGB
CMYK
RGB Variations
Color information
#526BFA (or 0x526BFA) is known color: Royal Blue. HEX triplet: 52, 6B and FA. RGB value is (82,107,250). Sum of RGB (Red+Green+Blue) = 82+107+250=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #526BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526BFA is #AD9405. Grayscale: #737373. Windows color (decimal): -11375622 or 16411474. OLE color: 16411474.
HSL color Cylindrical-coordinate representation of color #526BFA: hue angle of 231.07º 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 #526BFA is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 107 | 250 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.02 |
| HSL | 231.07º | 0.94% | 0.65% | - |
| HSV(B) | 231.07º | 0.67% | 0.98% | - |
| XYZ | 25.99 | 19.21 | 92.78 | - |
| YUV | 115.83 | 203.72 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 250 | 0.67 | 0.57 | 0 | 0.02 | 231.07 | 0.94 | 0.65 |
| Hex | 52 | 6B | FA | 43 | 39 | 0 | 2 | E7 | 5E | 41 |
| Octal | 122 | 153 | 372 | 103 | 71 | 0 | 2 | 347 | 136 | 101 |
| Binary | 1010010 | 1101011 | 11111010 | 1000011 | 111001 | 0 | 10 | 11100111 | 1011110 | 1000001 |
Color Harmonies of #526BFA
Complementary color
Monochromatic Colors of #526BFA
Black with #526BFA
Text Example
Text Example
White with #526BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526BFA; }
p { color: rgb(82,107,250); }
H1.HeaderClassName
{
color: #526BFA;
}
.AnyTagClassName
{
color: #526BFA;
}
</style>
background-color css
<style>
a { background-color: #526BFA; }
a { background-color: rgb(82,107,250); }
div.DivClassName
{
background-color: #526BFA;
}
.BgClassName
{
background-color: #526BFA;
}
</style>
border-color css
<style>
span { border-color: #526BFA; }
span { border-color: rgb(82,107,250); }
td.TdClassName
{
border-color: #526BFA;
}
.TagClassName
{
border-color: #526BFA;
}
</style>