Html Css Color HEX #517FE5 Royal Blue

📋 copy color: '#517FE5'

red 81 ◦ green 127 ◦ blue 229

#517FE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #517FE5

Tints of Royal Blue #517FE5

RGB

 RED value IS 81 (32.03% from 255) = 18.54%

 GREEN value IS 127 (50% from 255) = 29.06%

 BLUE value IS 229 (89.84% from 255) = 52.4%

R = 18.54%
G = 29.06%
B = 52.4%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#517FE5 (or 0x517FE5) is known color: Royal Blue. HEX triplet: 51, 7F and E5. RGB value is (81,127,229). Sum of RGB (Red+Green+Blue) = 81+127+229=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #517FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FE5 is #AE801A. Grayscale: #7C7C7C. Windows color (decimal): -11436059 or 15040337. OLE color: 15040337.

HSL color Cylindrical-coordinate representation of color #517FE5: hue angle of 221.35º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #517FE5 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 81 127 229 -
CMYK 0.65 0.45 0 0.10
HSL 221.35º 0.74% 0.61% -
HSV(B) 221.35º 0.65% 0.9% -
XYZ 25.13 22.59 77.16 -
YUV 124.87 186.76 96.71 -
System Red Green Blue C M Y K H S L
Decimal 81 127 229 0.65 0.45 0 0.10 221.35 0.74 0.61
Hex 51 7F E5 41 2D 0 A DD 4A 3D
Octal 121 177 345 101 55 0 12 335 112 75
Binary 1010001 1111111 11100101 1000001 101101 0 1010 11011101 1001010 111101

Color Harmonies of #517FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517FE5

Black with #517FE5

Text Example


Text Example

White with #517FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #517FE5;
 }
 .AnyTagClassName
 {
   color: #517FE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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