#5171FE

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

Shades of Royal Blue #5171FE

Tints of Royal Blue #5171FE

Color information

#5171FE (or 0x5171FE) is unknown color: approx Royal Blue. HEX triplet: 51, 71 and FE. RGB value is (81,113,254). Sum of RGB (Red+Green+Blue) = 81+113+254=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #5171FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5171FE is #AE8E01. Grayscale: #767676. Windows color (decimal): -11439618 or 16675153. OLE color: 16675153.

HSL color Cylindrical-coordinate representation of color #5171FE: hue angle of 228.9º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5171FE is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB81113254-
CMYK0.680.5600.00
HSL228.9º98.86%65.69%-
HSV(B)228.9º68.11%99.61%-
XYZ27.1920.7296.33-
YUV119.51203.9100.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.08%
GREEN value IS 113 (44.53% from 255) = 25.22%
BLUE value IS 254 (99.61% from 255) = 56.70%
R=18.08%
G=25.22%
B=56.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal811132540.680.5600.00228.998.8665.69
Hex5171FE443800e56342
Octal1211613761047000345143102
Binary10100011110001111111101000100111000001110010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5171FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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