Shades of Royal Blue #526CEF
Tints of Royal Blue #526CEF
RGB
CMYK
RGB Variations
Color information
#526CEF (or 0x526CEF) is known color: Royal Blue. HEX triplet: 52, 6C and EF. RGB value is (82,108,239). Sum of RGB (Red+Green+Blue) = 82+108+239=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #526CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526CEF is #AD9310. Grayscale: #727272. Windows color (decimal): -11375377 or 15690834. OLE color: 15690834.
HSL color Cylindrical-coordinate representation of color #526CEF: hue angle of 230.06º 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 #526CEF is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 108 | 239 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.06 |
| HSL | 230.06º | 0.83% | 0.63% | - |
| HSV(B) | 230.06º | 0.66% | 0.94% | - |
| XYZ | 24.42 | 18.75 | 83.99 | - |
| YUV | 115.16 | 197.89 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 239 | 0.66 | 0.55 | 0 | 0.06 | 230.06 | 0.83 | 0.63 |
| Hex | 52 | 6C | EF | 42 | 37 | 0 | 6 | E6 | 53 | 3F |
| Octal | 122 | 154 | 357 | 102 | 67 | 0 | 6 | 346 | 123 | 77 |
| Binary | 1010010 | 1101100 | 11101111 | 1000010 | 110111 | 0 | 110 | 11100110 | 1010011 | 111111 |
Color Harmonies of #526CEF
Complementary color
Monochromatic Colors of #526CEF
Black with #526CEF
Text Example
Text Example
White with #526CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526CEF; }
p { color: rgb(82,108,239); }
H1.HeaderClassName
{
color: #526CEF;
}
.AnyTagClassName
{
color: #526CEF;
}
</style>
background-color css
<style>
a { background-color: #526CEF; }
a { background-color: rgb(82,108,239); }
div.DivClassName
{
background-color: #526CEF;
}
.BgClassName
{
background-color: #526CEF;
}
</style>
border-color css
<style>
span { border-color: #526CEF; }
span { border-color: rgb(82,108,239); }
td.TdClassName
{
border-color: #526CEF;
}
.TagClassName
{
border-color: #526CEF;
}
</style>