#517dde

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

Shades of Royal Blue #517DDE

Tints of Royal Blue #517DDE

Color information

#517DDE (or 0x517DDE) is unknown color: approx Royal Blue. HEX triplet: 51, 7D and DE. RGB value is (81,125,222). Sum of RGB (Red+Green+Blue) = 81+125+222=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #517DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DDE is #AE8221. Grayscale: #7A7A7A. Windows color (decimal): -11436578 or 14581073. OLE color: 14581073.

HSL color Cylindrical-coordinate representation of color #517DDE: hue angle of 221.28º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #517DDE is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB81125222-
CMYK0.640.4400.13
HSL221.28º68.12%59.41%-
HSV(B)221.28º63.51%87.06%-
XYZ23.9121.6972.03-
YUV122.9183.9298.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.93%
GREEN value IS 125 (49.22% from 255) = 29.21%
BLUE value IS 222 (87.11% from 255) = 51.87%
R=18.93%
G=29.21%
B=51.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811252220.640.4400.13221.2868.1259.41
Hex517DDE402C0Ddd443b
Octal1211753361005401533510473
Binary1010001111110111011110100000010110001101110111011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517dde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517dde; }

 p { color: rgb(81,125,222); }

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

<style>
 a { background-color: #517dde; }

 a { background-color: rgb(81,125,222); }

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

<style>
 span { border-color: #517dde; }

 span { border-color: rgb(81,125,222); }

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