#5171EF

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

Shades of Royal Blue #5171EF

Tints of Royal Blue #5171EF

Color information

#5171EF (or 0x5171EF) is unknown color: approx Royal Blue. HEX triplet: 51, 71 and EF. RGB value is (81,113,239). Sum of RGB (Red+Green+Blue) = 81+113+239=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #5171EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5171EF is #AE8E10. Grayscale: #757575. Windows color (decimal): -11439633 or 15692113. OLE color: 15692113.

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

Color convert

RGB81113239-
CMYK0.660.5300.06
HSL227.85º83.16%62.75%-
HSV(B)227.85º66.11%93.73%-
XYZ24.8819.7984.17-
YUV117.8196.4101.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.71%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 239 (93.75% from 255) = 55.20%
R=18.71%
G=26.10%
B=55.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal811132390.660.5300.06227.8583.1662.75
Hex5171EF423506e4533f
Octal121161357102650634412377
Binary101000111100011110111110000101101010110111001001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5171EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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