#5170F4

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

Shades of Royal Blue #5170F4

Tints of Royal Blue #5170F4

Color information

#5170F4 (or 0x5170F4) is unknown color: approx Royal Blue. HEX triplet: 51, 70 and F4. RGB value is (81,112,244). Sum of RGB (Red+Green+Blue) = 81+112+244=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #5170F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5170F4 is #AE8F0B. Grayscale: #757575. Windows color (decimal): -11439884 or 16019537. OLE color: 16019537.

HSL color Cylindrical-coordinate representation of color #5170F4: hue angle of 228.59º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5170F4 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB81112244-
CMYK0.670.5400.04
HSL228.59º88.11%63.73%-
HSV(B)228.59º66.8%95.69%-
XYZ25.5219.8788.08-
YUV117.78199.23101.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.54%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 244 (95.70% from 255) = 55.84%
R=18.54%
G=25.63%
B=55.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal811122440.670.5400.04228.5988.1163.73
Hex5170F4433604e55840
Octal1211603641036604345130100
Binary1010001111000011110100100001111011001001110010110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5170F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5170F4; }

 p { color: rgb(81,112,244); }

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

<style>
 a { background-color: #5170F4; }

 a { background-color: rgb(81,112,244); }

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

<style>
 span { border-color: #5170F4; }

 span { border-color: rgb(81,112,244); }

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