Shades of Royal Blue #526EFC
Tints of Royal Blue #526EFC
RGB
CMYK
RGB Variations
Color information
#526EFC (or 0x526EFC) is known color: Royal Blue. HEX triplet: 52, 6E and FC. RGB value is (82,110,252). Sum of RGB (Red+Green+Blue) = 82+110+252=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #526EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526EFC is #AD9103. Grayscale: #757575. Windows color (decimal): -11374852 or 16543314. OLE color: 16543314.
HSL color Cylindrical-coordinate representation of color #526EFC: hue angle of 230.12º 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 #526EFC is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 110 | 252 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.01 |
| HSL | 230.12º | 0.97% | 0.65% | - |
| HSV(B) | 230.12º | 0.67% | 0.99% | - |
| XYZ | 26.63 | 19.97 | 94.55 | - |
| YUV | 117.82 | 203.72 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 252 | 0.67 | 0.56 | 0 | 0.01 | 230.12 | 0.97 | 0.65 |
| Hex | 52 | 6E | FC | 43 | 38 | 0 | 1 | E6 | 61 | 41 |
| Octal | 122 | 156 | 374 | 103 | 70 | 0 | 1 | 346 | 141 | 101 |
| Binary | 1010010 | 1101110 | 11111100 | 1000011 | 111000 | 0 | 1 | 11100110 | 1100001 | 1000001 |
Color Harmonies of #526EFC
Complementary color
Monochromatic Colors of #526EFC
Black with #526EFC
Text Example
Text Example
White with #526EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526EFC; }
p { color: rgb(82,110,252); }
H1.HeaderClassName
{
color: #526EFC;
}
.AnyTagClassName
{
color: #526EFC;
}
</style>
background-color css
<style>
a { background-color: #526EFC; }
a { background-color: rgb(82,110,252); }
div.DivClassName
{
background-color: #526EFC;
}
.BgClassName
{
background-color: #526EFC;
}
</style>
border-color css
<style>
span { border-color: #526EFC; }
span { border-color: rgb(82,110,252); }
td.TdClassName
{
border-color: #526EFC;
}
.TagClassName
{
border-color: #526EFC;
}
</style>