Shades of Royal Blue #526FFD
Tints of Royal Blue #526FFD
RGB
CMYK
RGB Variations
Color information
#526FFD (or 0x526FFD) is known color: Royal Blue. HEX triplet: 52, 6F and FD. RGB value is (82,111,253). Sum of RGB (Red+Green+Blue) = 82+111+253=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #526FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526FFD is #AD9002. Grayscale: #757575. Windows color (decimal): -11374595 or 16609106. OLE color: 16609106.
HSL color Cylindrical-coordinate representation of color #526FFD: hue angle of 229.82º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #526FFD is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 111 | 253 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.01 |
| HSL | 229.82º | 0.98% | 0.66% | - |
| HSV(B) | 229.82º | 0.68% | 0.99% | - |
| XYZ | 26.89 | 20.25 | 95.42 | - |
| YUV | 118.52 | 203.89 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 253 | 0.68 | 0.56 | 0 | 0.01 | 229.82 | 0.98 | 0.66 |
| Hex | 52 | 6F | FD | 44 | 38 | 0 | 1 | E6 | 62 | 42 |
| Octal | 122 | 157 | 375 | 104 | 70 | 0 | 1 | 346 | 142 | 102 |
| Binary | 1010010 | 1101111 | 11111101 | 1000100 | 111000 | 0 | 1 | 11100110 | 1100010 | 1000010 |
Color Harmonies of #526FFD
Complementary color
Monochromatic Colors of #526FFD
Black with #526FFD
Text Example
Text Example
White with #526FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FFD; }
p { color: rgb(82,111,253); }
H1.HeaderClassName
{
color: #526FFD;
}
.AnyTagClassName
{
color: #526FFD;
}
</style>
background-color css
<style>
a { background-color: #526FFD; }
a { background-color: rgb(82,111,253); }
div.DivClassName
{
background-color: #526FFD;
}
.BgClassName
{
background-color: #526FFD;
}
</style>
border-color css
<style>
span { border-color: #526FFD; }
span { border-color: rgb(82,111,253); }
td.TdClassName
{
border-color: #526FFD;
}
.TagClassName
{
border-color: #526FFD;
}
</style>