Shades of Royal Blue #526FEF
Tints of Royal Blue #526FEF
RGB
CMYK
RGB Variations
Color information
#526FEF (or 0x526FEF) is known color: Royal Blue. HEX triplet: 52, 6F and EF. RGB value is (82,111,239). Sum of RGB (Red+Green+Blue) = 82+111+239=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #526FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526FEF is #AD9010. Grayscale: #747474. Windows color (decimal): -11374609 or 15691602. OLE color: 15691602.
HSL color Cylindrical-coordinate representation of color #526FEF: hue angle of 228.92º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #526FEF is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 111 | 239 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.06 |
| HSL | 228.92º | 0.83% | 0.63% | - |
| HSV(B) | 228.92º | 0.66% | 0.94% | - |
| XYZ | 24.74 | 19.39 | 84.1 | - |
| YUV | 116.92 | 196.89 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 239 | 0.66 | 0.54 | 0 | 0.06 | 228.92 | 0.83 | 0.63 |
| Hex | 52 | 6F | EF | 42 | 36 | 0 | 6 | E5 | 53 | 3F |
| Octal | 122 | 157 | 357 | 102 | 66 | 0 | 6 | 345 | 123 | 77 |
| Binary | 1010010 | 1101111 | 11101111 | 1000010 | 110110 | 0 | 110 | 11100101 | 1010011 | 111111 |
Color Harmonies of #526FEF
Complementary color
Monochromatic Colors of #526FEF
Black with #526FEF
Text Example
Text Example
White with #526FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FEF; }
p { color: rgb(82,111,239); }
H1.HeaderClassName
{
color: #526FEF;
}
.AnyTagClassName
{
color: #526FEF;
}
</style>
background-color css
<style>
a { background-color: #526FEF; }
a { background-color: rgb(82,111,239); }
div.DivClassName
{
background-color: #526FEF;
}
.BgClassName
{
background-color: #526FEF;
}
</style>
border-color css
<style>
span { border-color: #526FEF; }
span { border-color: rgb(82,111,239); }
td.TdClassName
{
border-color: #526FEF;
}
.TagClassName
{
border-color: #526FEF;
}
</style>