#517FDE

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

Shades of Royal Blue #517FDE

Tints of Royal Blue #517FDE

Color information

#517FDE (or 0x517FDE) is unknown color: approx Royal Blue. HEX triplet: 51, 7F and DE. RGB value is (81,127,222). Sum of RGB (Red+Green+Blue) = 81+127+222=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #517FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FDE is #AE8021. Grayscale: #7B7B7B. Windows color (decimal): -11436066 or 14581585. OLE color: 14581585.

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

Color convert

RGB81127222-
CMYK0.640.4300.13
HSL220.43º68.12%59.41%-
HSV(B)220.43º63.51%87.06%-
XYZ24.1722.272.12-
YUV124.08183.2697.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.84%
GREEN value IS 127 (50% from 255) = 29.53%
BLUE value IS 222 (87.11% from 255) = 51.63%
R=18.84%
G=29.53%
B=51.63%

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
Decimal811272220.640.4300.13220.4368.1259.41
Hex517FDE402B0Ddc443b
Octal1211773361005301533410473
Binary1010001111111111011110100000010101101101110111001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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