#515DDF

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

Shades of Royal Blue #515DDF

Tints of Royal Blue #515DDF

Color information

#515DDF (or 0x515DDF) is unknown color: approx Royal Blue. HEX triplet: 51, 5D and DF. RGB value is (81,93,223). Sum of RGB (Red+Green+Blue) = 81+93+223=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #515DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DDF is #AEA220. Grayscale: #676767. Windows color (decimal): -11444769 or 14638417. OLE color: 14638417.

HSL color Cylindrical-coordinate representation of color #515DDF: hue angle of 234.93º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #515DDF is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8193223-
CMYK0.640.5800.13
HSL234.93º68.93%59.61%-
HSV(B)234.93º63.68%87.45%-
XYZ20.6314.9171.6-
YUV104.23195.02111.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 93 (36.72% from 255) = 23.43%
BLUE value IS 223 (87.5% from 255) = 56.17%
R=20.40%
G=23.43%
B=56.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal81932230.640.5800.13234.9368.9359.61
Hex515DDF403A0Deb453c
Octal1211353371007201535310574
Binary1010001101110111011111100000011101001101111010111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,93,223); }

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

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

 a { background-color: rgb(81,93,223); }

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

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

 span { border-color: rgb(81,93,223); }

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