#5179F0

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

Shades of Royal Blue #5179F0

Tints of Royal Blue #5179F0

Color information

#5179F0 (or 0x5179F0) is unknown color: approx Royal Blue. HEX triplet: 51, 79 and F0. RGB value is (81,121,240). Sum of RGB (Red+Green+Blue) = 81+121+240=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 240 (94.14% from 255 or 54.30% from 442); Max value from RGB is 240 - color contains mainly: blue. Hex color #5179F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5179F0 is #AE860F. Grayscale: #7A7A7A. Windows color (decimal): -11437584 or 15759697. OLE color: 15759697.

HSL color Cylindrical-coordinate representation of color #5179F0: hue angle of 224.91º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5179F0 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB81121240-
CMYK0.660.5000.06
HSL224.91º84.13%62.94%-
HSV(B)224.91º66.25%94.12%-
XYZ25.9621.7285.26-
YUV122.61194.2598.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.33%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 240 (94.14% from 255) = 54.30%
R=18.33%
G=27.38%
B=54.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal811212400.660.5000.06224.9184.1362.94
Hex5179F0423206e1543f
Octal121171360102620634112477
Binary101000111110011111000010000101100100110111000011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5179F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5179F0; }

 p { color: rgb(81,121,240); }

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

<style>
 a { background-color: #5179F0; }

 a { background-color: rgb(81,121,240); }

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

<style>
 span { border-color: #5179F0; }

 span { border-color: rgb(81,121,240); }

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