#5169E8

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

Shades of Royal Blue #5169E8

Tints of Royal Blue #5169E8

Color information

#5169E8 (or 0x5169E8) is unknown color: approx Royal Blue. HEX triplet: 51, 69 and E8. RGB value is (81,105,232). Sum of RGB (Red+Green+Blue) = 81+105+232=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 232 (91.02% from 255 or 55.50% from 418); Max value from RGB is 232 - color contains mainly: blue. Hex color #5169E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5169E8 is #AE9617. Grayscale: #6F6F6F. Windows color (decimal): -11441688 or 15231313. OLE color: 15231313.

HSL color Cylindrical-coordinate representation of color #5169E8: hue angle of 230.46º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5169E8 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB81105232-
CMYK0.650.5500.09
HSL230.46º76.65%61.37%-
HSV(B)230.46º65.09%90.98%-
XYZ23.0117.6878.54-
YUV112.3195.55105.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.38%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 232 (91.02% from 255) = 55.50%
R=19.38%
G=25.12%
B=55.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal811052320.650.5500.09230.4676.6561.37
Hex5169E8413709e64d3d
Octal1211513501016701134611575
Binary1010001110100111101000100000111011101001111001101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5169E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5169E8; }

 p { color: rgb(81,105,232); }

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

<style>
 a { background-color: #5169E8; }

 a { background-color: rgb(81,105,232); }

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

<style>
 span { border-color: #5169E8; }

 span { border-color: rgb(81,105,232); }

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