#5270E7

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

Shades of Royal Blue #5270E7

Tints of Royal Blue #5270E7

Color information

#5270E7 (or 0x5270E7) is unknown color: approx Royal Blue. HEX triplet: 52, 70 and E7. RGB value is (82,112,231). Sum of RGB (Red+Green+Blue) = 82+112+231=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 231 (90.62% from 255 or 54.35% from 425); Max value from RGB is 231 - color contains mainly: blue. Hex color #5270E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5270E7 is #AD8F18. Grayscale: #747474. Windows color (decimal): -11374361 or 15167570. OLE color: 15167570.

HSL color Cylindrical-coordinate representation of color #5270E7: hue angle of 227.92º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5270E7 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB82112231-
CMYK0.650.5200.09
HSL227.92º75.63%61.37%-
HSV(B)227.92º64.5%90.59%-
XYZ23.719.1578.05-
YUV116.6192.56103.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.29%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 231 (90.62% from 255) = 54.35%
R=19.29%
G=26.35%
B=54.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal821122310.650.5200.09227.9275.6361.37
Hex5270E7413409e44c3d
Octal1221603471016401134411475
Binary1010010111000011100111100000111010001001111001001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5270E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5270E7; }

 p { color: rgb(82,112,231); }

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

<style>
 a { background-color: #5270E7; }

 a { background-color: rgb(82,112,231); }

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

<style>
 span { border-color: #5270E7; }

 span { border-color: rgb(82,112,231); }

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