#5172EE

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

Shades of Royal Blue #5172EE

Tints of Royal Blue #5172EE

Color information

#5172EE (or 0x5172EE) is unknown color: approx Royal Blue. HEX triplet: 51, 72 and EE. RGB value is (81,114,238). Sum of RGB (Red+Green+Blue) = 81+114+238=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #5172EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5172EE is #AE8D11. Grayscale: #757575. Windows color (decimal): -11439378 or 15626833. OLE color: 15626833.

HSL color Cylindrical-coordinate representation of color #5172EE: hue angle of 227.39º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5172EE is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB81114238-
CMYK0.660.5200.07
HSL227.39º82.2%62.55%-
HSV(B)227.39º65.97%93.33%-
XYZ24.8419.9683.43-
YUV118.27195.57101.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.71%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 238 (93.36% from 255) = 54.97%
R=18.71%
G=26.33%
B=54.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal811142380.660.5200.07227.3982.262.55
Hex5172EE423407e3523f
Octal121162356102640734312277
Binary101000111100101110111010000101101000111111000111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5172EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5172EE; }

 p { color: rgb(81,114,238); }

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

<style>
 a { background-color: #5172EE; }

 a { background-color: rgb(81,114,238); }

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

<style>
 span { border-color: #5172EE; }

 span { border-color: rgb(81,114,238); }

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