Html Css Color HEX #517EE8 Royal Blue

📋 copy color: '#517EE8'

red 81 ◦ green 126 ◦ blue 232

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

Shades of Royal Blue #517EE8

Tints of Royal Blue #517EE8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.7%

 BLUE value IS 232 (91.02% from 255) = 52.85%

R = 18.45%
G = 28.7%
B = 52.85%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#517EE8 (or 0x517EE8) is known color: Royal Blue. HEX triplet: 51, 7E and E8. RGB value is (81,126,232). Sum of RGB (Red+Green+Blue) = 81+126+232=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #517EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517EE8 is #AE8117. Grayscale: #7C7C7C. Windows color (decimal): -11436312 or 15236689. OLE color: 15236689.

HSL color Cylindrical-coordinate representation of color #517EE8: hue angle of 222.12º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #517EE8 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 81 126 232 -
CMYK 0.65 0.46 0 0.09
HSL 222.12º 0.77% 0.61% -
HSV(B) 222.12º 0.65% 0.91% -
XYZ 25.42 22.5 79.35 -
YUV 124.63 188.59 96.88 -
System Red Green Blue C M Y K H S L
Decimal 81 126 232 0.65 0.46 0 0.09 222.12 0.77 0.61
Hex 51 7E E8 41 2E 0 9 DE 4D 3D
Octal 121 176 350 101 56 0 11 336 115 75
Binary 1010001 1111110 11101000 1000001 101110 0 1001 11011110 1001101 111101

Color Harmonies of #517EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517EE8

Black with #517EE8

Text Example


Text Example

White with #517EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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