#5174F8

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

Shades of Royal Blue #5174F8

Tints of Royal Blue #5174F8

Color information

#5174F8 (or 0x5174F8) is unknown color: approx Royal Blue. HEX triplet: 51, 74 and F8. RGB value is (81,116,248). Sum of RGB (Red+Green+Blue) = 81+116+248=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #5174F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5174F8 is #AE8B07. Grayscale: #787878. Windows color (decimal): -11438856 or 16282705. OLE color: 16282705.

HSL color Cylindrical-coordinate representation of color #5174F8: hue angle of 227.43º 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 #5174F8 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB81116248-
CMYK0.670.5300.03
HSL227.43º92.27%64.51%-
HSV(B)227.43º67.34%97.25%-
XYZ26.5821.0291.46-
YUV120.58199.999.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.20%
GREEN value IS 116 (45.70% from 255) = 26.07%
BLUE value IS 248 (97.27% from 255) = 55.73%
R=18.20%
G=26.07%
B=55.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal811162480.670.5300.03227.4392.2764.51
Hex5174F8433503e35c41
Octal1211643701036503343134101
Binary101000111101001111100010000111101010111110001110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5174F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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