#527AFD

Color #527AFD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #527AFD

Tints of Royal Blue #527AFD

Color information

#527AFD (or 0x527AFD) is unknown color: approx Royal Blue. HEX triplet: 52, 7A and FD. RGB value is (82,122,253). Sum of RGB (Red+Green+Blue) = 82+122+253=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #527AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527AFD is #AD8502. Grayscale: #7C7C7C. Windows color (decimal): -11371779 or 16611922. OLE color: 16611922.

HSL color Cylindrical-coordinate representation of color #527AFD: hue angle of 225.96º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #527AFD is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB82122253-
CMYK0.680.5200.01
HSL225.96º97.71%65.69%-
HSV(B)225.96º67.59%99.22%-
XYZ28.1722.895.85-
YUV124.97200.2597.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 17.94%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 253 (99.22% from 255) = 55.36%
R=17.94%
G=26.70%
B=55.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal821222530.680.5200.01225.9697.7165.69
Hex527AFD443401e26242
Octal1221723751046401342142102
Binary10100101111010111111011000100110100011110001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527AFD; }

 p { color: rgb(82,122,253); }

 H1.HeaderClassName
 {
   color: #527AFD;
 }
 .AnyTagClassName
 {
   color: #527AFD;
 }
</style>
background-color css

<style>
 a { background-color: #527AFD; }

 a { background-color: rgb(82,122,253); }

 div.DivClassName
 {
   background-color: #527AFD;
 }
 .BgClassName
 {
   background-color: #527AFD;
 }
</style>
border-color css

<style>
 span { border-color: #527AFD; }

 span { border-color: rgb(82,122,253); }

 td.TdClassName
 {
   border-color: #527AFD;
 }
 .TagClassName
 {
   border-color: #527AFD;
 }
</style>