#5174fc

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

Shades of Royal Blue #5174FC

Tints of Royal Blue #5174FC

Color information

#5174FC (or 0x5174FC) is unknown color: approx Royal Blue. HEX triplet: 51, 74 and FC. RGB value is (81,116,252). Sum of RGB (Red+Green+Blue) = 81+116+252=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #5174FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5174FC is #AE8B03. Grayscale: #787878. Windows color (decimal): -11438852 or 16544849. OLE color: 16544849.

HSL color Cylindrical-coordinate representation of color #5174FC: hue angle of 227.72º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5174FC is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB81116252-
CMYK0.680.5400.01
HSL227.72º96.61%65.29%-
HSV(B)227.72º67.86%98.82%-
XYZ27.2121.2794.77-
YUV121.04201.999.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.04%
GREEN value IS 116 (45.70% from 255) = 25.84%
BLUE value IS 252 (98.83% from 255) = 56.12%
R=18.04%
G=25.84%
B=56.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal811162520.680.5400.01227.7296.6165.29
Hex5174FC443601e46141
Octal1211643741046601344141101
Binary10100011110100111111001000100110110011110010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5174fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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