#5178EF

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

Shades of Royal Blue #5178EF

Tints of Royal Blue #5178EF

Color information

#5178EF (or 0x5178EF) is unknown color: approx Royal Blue. HEX triplet: 51, 78 and EF. RGB value is (81,120,239). Sum of RGB (Red+Green+Blue) = 81+120+239=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #5178EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5178EF is #AE8710. Grayscale: #797979. Windows color (decimal): -11437841 or 15693905. OLE color: 15693905.

HSL color Cylindrical-coordinate representation of color #5178EF: hue angle of 225.19º degrees, saturation: 0.83, 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 #5178EF is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB81120239-
CMYK0.660.5000.06
HSL225.19º83.16%62.75%-
HSV(B)225.19º66.11%93.73%-
XYZ25.6921.4184.44-
YUV121.9194.0898.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.41%
GREEN value IS 120 (47.27% from 255) = 27.27%
BLUE value IS 239 (93.75% from 255) = 54.32%
R=18.41%
G=27.27%
B=54.32%

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
Decimal811202390.660.5000.06225.1983.1662.75
Hex5178EF423206e1533f
Octal121170357102620634112377
Binary101000111110001110111110000101100100110111000011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5178EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5178EF; }

 p { color: rgb(81,120,239); }

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

<style>
 a { background-color: #5178EF; }

 a { background-color: rgb(81,120,239); }

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

<style>
 span { border-color: #5178EF; }

 span { border-color: rgb(81,120,239); }

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