#517EDE

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

Shades of Royal Blue #517EDE

Tints of Royal Blue #517EDE

Color information

#517EDE (or 0x517EDE) is unknown color: approx Royal Blue. HEX triplet: 51, 7E and DE. RGB value is (81,126,222). Sum of RGB (Red+Green+Blue) = 81+126+222=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #517EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517EDE is #AE8121. Grayscale: #7B7B7B. Windows color (decimal): -11436322 or 14581329. OLE color: 14581329.

HSL color Cylindrical-coordinate representation of color #517EDE: hue angle of 220.85º 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 #517EDE is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB81126222-
CMYK0.640.4300.13
HSL220.85º68.12%59.41%-
HSV(B)220.85º63.51%87.06%-
XYZ24.0421.9472.08-
YUV123.49183.5997.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.88%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 222 (87.11% from 255) = 51.75%
R=18.88%
G=29.37%
B=51.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811262220.640.4300.13220.8568.1259.41
Hex517EDE402B0Ddd443b
Octal1211763361005301533510473
Binary1010001111111011011110100000010101101101110111011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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