#5170F2

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

Shades of Royal Blue #5170F2

Tints of Royal Blue #5170F2

Color information

#5170F2 (or 0x5170F2) is unknown color: approx Royal Blue. HEX triplet: 51, 70 and F2. RGB value is (81,112,242). Sum of RGB (Red+Green+Blue) = 81+112+242=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #5170F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5170F2 is #AE8F0D. Grayscale: #757575. Windows color (decimal): -11439886 or 15888465. OLE color: 15888465.

HSL color Cylindrical-coordinate representation of color #5170F2: hue angle of 228.45º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5170F2 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB81112242-
CMYK0.670.5400.05
HSL228.45º86.1%63.33%-
HSV(B)228.45º66.53%94.9%-
XYZ25.2119.7586.49-
YUV117.55198.23101.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.62%
GREEN value IS 112 (44.14% from 255) = 25.75%
BLUE value IS 242 (94.92% from 255) = 55.63%
R=18.62%
G=25.75%
B=55.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal811122420.670.5400.05228.4586.163.33
Hex5170F2433605e4563f
Octal121160362103660534412677
Binary101000111100001111001010000111101100101111001001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5170F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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