Shades of Royal Blue #527BF2
Tints of Royal Blue #527BF2
RGB
CMYK
RGB Variations
Color information
#527BF2 (or 0x527BF2) is known color: Royal Blue. HEX triplet: 52, 7B and F2. RGB value is (82,123,242). Sum of RGB (Red+Green+Blue) = 82+123+242=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #527BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527BF2 is #AD840D. Grayscale: #7B7B7B. Windows color (decimal): -11371534 or 15891282. OLE color: 15891282.
HSL color Cylindrical-coordinate representation of color #527BF2: hue angle of 224.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #527BF2 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 123 | 242 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.05 |
| HSL | 224.63º | 0.86% | 0.64% | - |
| HSV(B) | 224.63º | 0.66% | 0.95% | - |
| XYZ | 26.59 | 22.37 | 86.92 | - |
| YUV | 124.31 | 194.42 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 242 | 0.66 | 0.49 | 0 | 0.05 | 224.63 | 0.86 | 0.64 |
| Hex | 52 | 7B | F2 | 42 | 31 | 0 | 5 | E1 | 56 | 40 |
| Octal | 122 | 173 | 362 | 102 | 61 | 0 | 5 | 341 | 126 | 100 |
| Binary | 1010010 | 1111011 | 11110010 | 1000010 | 110001 | 0 | 101 | 11100001 | 1010110 | 1000000 |
Color Harmonies of #527BF2
Complementary color
Monochromatic Colors of #527BF2
Black with #527BF2
Text Example
Text Example
White with #527BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527BF2; }
p { color: rgb(82,123,242); }
H1.HeaderClassName
{
color: #527BF2;
}
.AnyTagClassName
{
color: #527BF2;
}
</style>
background-color css
<style>
a { background-color: #527BF2; }
a { background-color: rgb(82,123,242); }
div.DivClassName
{
background-color: #527BF2;
}
.BgClassName
{
background-color: #527BF2;
}
</style>
border-color css
<style>
span { border-color: #527BF2; }
span { border-color: rgb(82,123,242); }
td.TdClassName
{
border-color: #527BF2;
}
.TagClassName
{
border-color: #527BF2;
}
</style>