Shades of Royal Blue #526DEA
Tints of Royal Blue #526DEA
RGB
CMYK
RGB Variations
Color information
#526DEA (or 0x526DEA) is known color: Royal Blue. HEX triplet: 52, 6D and EA. RGB value is (82,109,234). Sum of RGB (Red+Green+Blue) = 82+109+234=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #526DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526DEA is #AD9215. Grayscale: #727272. Windows color (decimal): -11375126 or 15363410. OLE color: 15363410.
HSL color Cylindrical-coordinate representation of color #526DEA: hue angle of 229.34º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #526DEA is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 109 | 234 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.08 |
| HSL | 229.34º | 0.78% | 0.62% | - |
| HSV(B) | 229.34º | 0.65% | 0.92% | - |
| XYZ | 23.8 | 18.67 | 80.19 | - |
| YUV | 115.18 | 195.05 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 234 | 0.65 | 0.53 | 0 | 0.08 | 229.34 | 0.78 | 0.62 |
| Hex | 52 | 6D | EA | 41 | 35 | 0 | 8 | E5 | 4E | 3E |
| Octal | 122 | 155 | 352 | 101 | 65 | 0 | 10 | 345 | 116 | 76 |
| Binary | 1010010 | 1101101 | 11101010 | 1000001 | 110101 | 0 | 1000 | 11100101 | 1001110 | 111110 |
Color Harmonies of #526DEA
Complementary color
Monochromatic Colors of #526DEA
Black with #526DEA
Text Example
Text Example
White with #526DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526DEA; }
p { color: rgb(82,109,234); }
H1.HeaderClassName
{
color: #526DEA;
}
.AnyTagClassName
{
color: #526DEA;
}
</style>
background-color css
<style>
a { background-color: #526DEA; }
a { background-color: rgb(82,109,234); }
div.DivClassName
{
background-color: #526DEA;
}
.BgClassName
{
background-color: #526DEA;
}
</style>
border-color css
<style>
span { border-color: #526DEA; }
span { border-color: rgb(82,109,234); }
td.TdClassName
{
border-color: #526DEA;
}
.TagClassName
{
border-color: #526DEA;
}
</style>