#5171F8

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

Shades of Royal Blue #5171F8

Tints of Royal Blue #5171F8

Color information

#5171F8 (or 0x5171F8) is unknown color: approx Royal Blue. HEX triplet: 51, 71 and F8. RGB value is (81,113,248). Sum of RGB (Red+Green+Blue) = 81+113+248=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 248 (97.27% from 255 or 56.11% from 442); Max value from RGB is 248 - color contains mainly: blue. Hex color #5171F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5171F8 is #AE8E07. Grayscale: #767676. Windows color (decimal): -11439624 or 16281937. OLE color: 16281937.

HSL color Cylindrical-coordinate representation of color #5171F8: hue angle of 228.5º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5171F8 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB81113248-
CMYK0.670.5400.03
HSL228.5º92.27%64.51%-
HSV(B)228.5º67.34%97.25%-
XYZ26.2420.3491.35-
YUV118.82200.9101.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.33%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 248 (97.27% from 255) = 56.11%
R=18.33%
G=25.57%
B=56.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal811132480.670.5400.03228.592.2764.51
Hex5171F8433603e55c41
Octal1211613701036603345134101
Binary101000111100011111100010000111101100111110010110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5171F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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