#5175FB

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

Shades of Royal Blue #5175FB

Tints of Royal Blue #5175FB

Color information

#5175FB (or 0x5175FB) is unknown color: approx Royal Blue. HEX triplet: 51, 75 and FB. RGB value is (81,117,251). Sum of RGB (Red+Green+Blue) = 81+117+251=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #5175FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5175FB is #AE8A04. Grayscale: #787878. Windows color (decimal): -11438597 or 16479569. OLE color: 16479569.

HSL color Cylindrical-coordinate representation of color #5175FB: hue angle of 227.29º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5175FB is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB81117251-
CMYK0.680.5300.02
HSL227.29º95.51%65.1%-
HSV(B)227.29º67.73%98.43%-
XYZ27.1721.4493.97-
YUV121.51201.0799.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.04%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 251 (98.44% from 255) = 55.90%
R=18.04%
G=26.06%
B=55.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811172510.680.5300.02227.2995.5165.1
Hex5175FB443502e36041
Octal1211653731046502343140101
Binary101000111101011111101110001001101010101110001111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5175FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5175FB; }

 p { color: rgb(81,117,251); }

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

<style>
 a { background-color: #5175FB; }

 a { background-color: rgb(81,117,251); }

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

<style>
 span { border-color: #5175FB; }

 span { border-color: rgb(81,117,251); }

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