Shades of Royal Blue #526FFC
Tints of Royal Blue #526FFC
RGB
CMYK
RGB Variations
Color information
#526FFC (or 0x526FFC) is known color: Royal Blue. HEX triplet: 52, 6F and FC. RGB value is (82,111,252). Sum of RGB (Red+Green+Blue) = 82+111+252=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #526FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526FFC is #AD9003. Grayscale: #757575. Windows color (decimal): -11374596 or 16543570. OLE color: 16543570.
HSL color Cylindrical-coordinate representation of color #526FFC: hue angle of 229.76º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526FFC is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 111 | 252 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.01 |
| HSL | 229.76º | 0.97% | 0.65% | - |
| HSV(B) | 229.76º | 0.67% | 0.99% | - |
| XYZ | 26.73 | 20.19 | 94.58 | - |
| YUV | 118.4 | 203.39 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 252 | 0.67 | 0.56 | 0 | 0.01 | 229.76 | 0.97 | 0.65 |
| Hex | 52 | 6F | FC | 43 | 38 | 0 | 1 | E6 | 61 | 41 |
| Octal | 122 | 157 | 374 | 103 | 70 | 0 | 1 | 346 | 141 | 101 |
| Binary | 1010010 | 1101111 | 11111100 | 1000011 | 111000 | 0 | 1 | 11100110 | 1100001 | 1000001 |
Color Harmonies of #526FFC
Complementary color
Monochromatic Colors of #526FFC
Black with #526FFC
Text Example
Text Example
White with #526FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FFC; }
p { color: rgb(82,111,252); }
H1.HeaderClassName
{
color: #526FFC;
}
.AnyTagClassName
{
color: #526FFC;
}
</style>
background-color css
<style>
a { background-color: #526FFC; }
a { background-color: rgb(82,111,252); }
div.DivClassName
{
background-color: #526FFC;
}
.BgClassName
{
background-color: #526FFC;
}
</style>
border-color css
<style>
span { border-color: #526FFC; }
span { border-color: rgb(82,111,252); }
td.TdClassName
{
border-color: #526FFC;
}
.TagClassName
{
border-color: #526FFC;
}
</style>