Html Css Color HEX #517FE6 Royal Blue

📋 copy color: '#517FE6'

red 81 ◦ green 127 ◦ blue 230

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

Shades of Royal Blue #517FE6

Tints of Royal Blue #517FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.51%

R = 18.49%
G = 29%
B = 52.51%

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

#517FE6 (or 0x517FE6) is known color: Royal Blue. HEX triplet: 51, 7F and E6. RGB value is (81,127,230). Sum of RGB (Red+Green+Blue) = 81+127+230=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #517FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517FE6 is #AE8019. Grayscale: #7C7C7C. Windows color (decimal): -11436058 or 15105873. OLE color: 15105873.

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

Color convert

RGB 81 127 230 -
CMYK 0.65 0.45 0 0.10
HSL 221.48º 0.75% 0.61% -
HSV(B) 221.48º 0.65% 0.9% -
XYZ 25.27 22.64 77.9 -
YUV 124.99 187.26 96.62 -
System Red Green Blue C M Y K H S L
Decimal 81 127 230 0.65 0.45 0 0.10 221.48 0.75 0.61
Hex 51 7F E6 41 2D 0 A DD 4B 3D
Octal 121 177 346 101 55 0 12 335 113 75
Binary 1010001 1111111 11100110 1000001 101101 0 1010 11011101 1001011 111101

Color Harmonies of #517FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517FE6

Black with #517FE6

Text Example


Text Example

White with #517FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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