Shades of Royal Blue #526EFE
Tints of Royal Blue #526EFE
RGB
CMYK
RGB Variations
Color information
#526EFE (or 0x526EFE) is known color: Royal Blue. HEX triplet: 52, 6E and FE. RGB value is (82,110,254). Sum of RGB (Red+Green+Blue) = 82+110+254=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #526EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526EFE is #AD9101. Grayscale: #757575. Windows color (decimal): -11374850 or 16674386. OLE color: 16674386.
HSL color Cylindrical-coordinate representation of color #526EFE: hue angle of 230.23º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #526EFE is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 110 | 254 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.00 |
| HSL | 230.23º | 0.99% | 0.66% | - |
| HSV(B) | 230.23º | 0.68% | 1% | - |
| XYZ | 26.95 | 20.1 | 96.23 | - |
| YUV | 118.04 | 204.72 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 254 | 0.68 | 0.57 | 0 | 0.00 | 230.23 | 0.99 | 0.66 |
| Hex | 52 | 6E | FE | 44 | 39 | 0 | 0 | E6 | 63 | 42 |
| Octal | 122 | 156 | 376 | 104 | 71 | 0 | 0 | 346 | 143 | 102 |
| Binary | 1010010 | 1101110 | 11111110 | 1000100 | 111001 | 0 | 0 | 11100110 | 1100011 | 1000010 |
Color Harmonies of #526EFE
Complementary color
Monochromatic Colors of #526EFE
Black with #526EFE
Text Example
Text Example
White with #526EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526EFE; }
p { color: rgb(82,110,254); }
H1.HeaderClassName
{
color: #526EFE;
}
.AnyTagClassName
{
color: #526EFE;
}
</style>
background-color css
<style>
a { background-color: #526EFE; }
a { background-color: rgb(82,110,254); }
div.DivClassName
{
background-color: #526EFE;
}
.BgClassName
{
background-color: #526EFE;
}
</style>
border-color css
<style>
span { border-color: #526EFE; }
span { border-color: rgb(82,110,254); }
td.TdClassName
{
border-color: #526EFE;
}
.TagClassName
{
border-color: #526EFE;
}
</style>