#515FE8

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

Shades of Royal Blue #515FE8

Tints of Royal Blue #515FE8

Color information

#515FE8 (or 0x515FE8) is unknown color: approx Royal Blue. HEX triplet: 51, 5F and E8. RGB value is (81,95,232). Sum of RGB (Red+Green+Blue) = 81+95+232=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 232 (91.02% from 255 or 56.86% from 408); Max value from RGB is 232 - color contains mainly: blue. Hex color #515FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515FE8 is #AEA017. Grayscale: #696969. Windows color (decimal): -11444248 or 15228753. OLE color: 15228753.

HSL color Cylindrical-coordinate representation of color #515FE8: hue angle of 234.44º 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 #515FE8 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8195232-
CMYK0.650.5900.09
HSL234.44º76.65%61.37%-
HSV(B)234.44º65.09%90.98%-
XYZ22.0515.7678.22-
YUV106.43198.86109.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.85%
GREEN value IS 95 (37.5% from 255) = 23.28%
BLUE value IS 232 (91.02% from 255) = 56.86%
R=19.85%
G=23.28%
B=56.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal81952320.650.5900.09234.4476.6561.37
Hex515FE8413B09ea4d3d
Octal1211373501017301135211575
Binary1010001101111111101000100000111101101001111010101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515FE8; }

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

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

<style>
 a { background-color: #515FE8; }

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

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

<style>
 span { border-color: #515FE8; }

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

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