Shades of Royal Blue #526AF1
Tints of Royal Blue #526AF1
RGB
CMYK
RGB Variations
Color information
#526AF1 (or 0x526AF1) is known color: Royal Blue. HEX triplet: 52, 6A and F1. RGB value is (82,106,241). Sum of RGB (Red+Green+Blue) = 82+106+241=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #526AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526AF1 is #AD950E. Grayscale: #717171. Windows color (decimal): -11375887 or 15821394. OLE color: 15821394.
HSL color Cylindrical-coordinate representation of color #526AF1: hue angle of 230.94º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #526AF1 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 106 | 241 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.05 |
| HSL | 230.94º | 0.85% | 0.63% | - |
| HSV(B) | 230.94º | 0.66% | 0.95% | - |
| XYZ | 24.51 | 18.45 | 85.49 | - |
| YUV | 114.21 | 199.55 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 241 | 0.66 | 0.56 | 0 | 0.05 | 230.94 | 0.85 | 0.63 |
| Hex | 52 | 6A | F1 | 42 | 38 | 0 | 5 | E7 | 55 | 3F |
| Octal | 122 | 152 | 361 | 102 | 70 | 0 | 5 | 347 | 125 | 77 |
| Binary | 1010010 | 1101010 | 11110001 | 1000010 | 111000 | 0 | 101 | 11100111 | 1010101 | 111111 |
Color Harmonies of #526AF1
Complementary color
Monochromatic Colors of #526AF1
Black with #526AF1
Text Example
Text Example
White with #526AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526AF1; }
p { color: rgb(82,106,241); }
H1.HeaderClassName
{
color: #526AF1;
}
.AnyTagClassName
{
color: #526AF1;
}
</style>
background-color css
<style>
a { background-color: #526AF1; }
a { background-color: rgb(82,106,241); }
div.DivClassName
{
background-color: #526AF1;
}
.BgClassName
{
background-color: #526AF1;
}
</style>
border-color css
<style>
span { border-color: #526AF1; }
span { border-color: rgb(82,106,241); }
td.TdClassName
{
border-color: #526AF1;
}
.TagClassName
{
border-color: #526AF1;
}
</style>