Shades of Royal Blue #526CF5
Tints of Royal Blue #526CF5
RGB
CMYK
RGB Variations
Color information
#526CF5 (or 0x526CF5) is known color: Royal Blue. HEX triplet: 52, 6C and F5. RGB value is (82,108,245). Sum of RGB (Red+Green+Blue) = 82+108+245=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 245 (96.09% from 255 or 56.32% from 435); Max value from RGB is 245 - color contains mainly: blue. Hex color #526CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526CF5 is #AD930A. Grayscale: #737373. Windows color (decimal): -11375371 or 16084050. OLE color: 16084050.
HSL color Cylindrical-coordinate representation of color #526CF5: hue angle of 230.43º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526CF5 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 108 | 245 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.04 |
| HSL | 230.43º | 0.89% | 0.64% | - |
| HSV(B) | 230.43º | 0.67% | 0.96% | - |
| XYZ | 25.32 | 19.11 | 88.74 | - |
| YUV | 115.84 | 200.89 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 245 | 0.67 | 0.56 | 0 | 0.04 | 230.43 | 0.89 | 0.64 |
| Hex | 52 | 6C | F5 | 43 | 38 | 0 | 4 | E6 | 59 | 40 |
| Octal | 122 | 154 | 365 | 103 | 70 | 0 | 4 | 346 | 131 | 100 |
| Binary | 1010010 | 1101100 | 11110101 | 1000011 | 111000 | 0 | 100 | 11100110 | 1011001 | 1000000 |
Color Harmonies of #526CF5
Complementary color
Monochromatic Colors of #526CF5
Black with #526CF5
Text Example
Text Example
White with #526CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526CF5; }
p { color: rgb(82,108,245); }
H1.HeaderClassName
{
color: #526CF5;
}
.AnyTagClassName
{
color: #526CF5;
}
</style>
background-color css
<style>
a { background-color: #526CF5; }
a { background-color: rgb(82,108,245); }
div.DivClassName
{
background-color: #526CF5;
}
.BgClassName
{
background-color: #526CF5;
}
</style>
border-color css
<style>
span { border-color: #526CF5; }
span { border-color: rgb(82,108,245); }
td.TdClassName
{
border-color: #526CF5;
}
.TagClassName
{
border-color: #526CF5;
}
</style>