Html Css Color HEX #517CF1 Royal Blue

📋 copy color: '#517CF1'

red 81 ◦ green 124 ◦ blue 241

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

Shades of Royal Blue #517CF1

Tints of Royal Blue #517CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.8%

 BLUE value IS 241 (94.53% from 255) = 54.04%

R = 18.16%
G = 27.8%
B = 54.04%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#517CF1 (or 0x517CF1) is known color: Royal Blue. HEX triplet: 51, 7C and F1. RGB value is (81,124,241). Sum of RGB (Red+Green+Blue) = 81+124+241=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #517CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517CF1 is #AE830E. Grayscale: #7B7B7B. Windows color (decimal): -11436815 or 15826001. OLE color: 15826001.

HSL color Cylindrical-coordinate representation of color #517CF1: hue angle of 223.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #517CF1 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 124 241 -
CMYK 0.66 0.49 0 0.05
HSL 223.88º 0.85% 0.63% -
HSV(B) 223.88º 0.66% 0.95% -
XYZ 26.48 22.52 86.17 -
YUV 124.48 193.75 96.99 -
System Red Green Blue C M Y K H S L
Decimal 81 124 241 0.66 0.49 0 0.05 223.88 0.85 0.63
Hex 51 7C F1 42 31 0 5 E0 55 3F
Octal 121 174 361 102 61 0 5 340 125 77
Binary 1010001 1111100 11110001 1000010 110001 0 101 11100000 1010101 111111

Color Harmonies of #517CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CF1

Black with #517CF1

Text Example


Text Example

White with #517CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,124,241); }

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

background-color css

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

 a { background-color: rgb(81,124,241); }

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

border-color css

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

 span { border-color: rgb(81,124,241); }

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