Html Css Color HEX #517FE8 Royal Blue

📋 copy color: '#517FE8'

red 81 ◦ green 127 ◦ blue 232

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

Shades of Royal Blue #517FE8

Tints of Royal Blue #517FE8

RGB

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

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

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

R = 18.41%
G = 28.86%
B = 52.73%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#517FE8 (or 0x517FE8) is known color: Royal Blue. HEX triplet: 51, 7F and E8. RGB value is (81,127,232). Sum of RGB (Red+Green+Blue) = 81+127+232=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #517FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517FE8 is #AE8017. Grayscale: #7C7C7C. Windows color (decimal): -11436056 or 15236945. OLE color: 15236945.

HSL color Cylindrical-coordinate representation of color #517FE8: hue angle of 221.72º 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 #517FE8 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 81 127 232 -
CMYK 0.65 0.45 0 0.09
HSL 221.72º 0.77% 0.61% -
HSV(B) 221.72º 0.65% 0.91% -
XYZ 25.55 22.75 79.39 -
YUV 125.22 188.26 96.46 -
System Red Green Blue C M Y K H S L
Decimal 81 127 232 0.65 0.45 0 0.09 221.72 0.77 0.61
Hex 51 7F E8 41 2D 0 9 DE 4D 3D
Octal 121 177 350 101 55 0 11 336 115 75
Binary 1010001 1111111 11101000 1000001 101101 0 1001 11011110 1001101 111101

Color Harmonies of #517FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517FE8

Black with #517FE8

Text Example


Text Example

White with #517FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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