Html Css Color HEX #517BF1 Royal Blue

📋 copy color: '#517BF1'

red 81 ◦ green 123 ◦ blue 241

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

Shades of Royal Blue #517BF1

Tints of Royal Blue #517BF1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.64%

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

R = 18.2%
G = 27.64%
B = 54.16%

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

#517BF1 (or 0x517BF1) is known color: Royal Blue. HEX triplet: 51, 7B and F1. RGB value is (81,123,241). Sum of RGB (Red+Green+Blue) = 81+123+241=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #517BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517BF1 is #AE840E. Grayscale: #7B7B7B. Windows color (decimal): -11437071 or 15825745. OLE color: 15825745.

HSL color Cylindrical-coordinate representation of color #517BF1: hue angle of 224.25º 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 #517BF1 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 123 241 -
CMYK 0.66 0.49 0 0.05
HSL 224.25º 0.85% 0.63% -
HSV(B) 224.25º 0.66% 0.95% -
XYZ 26.35 22.27 86.13 -
YUV 123.89 194.09 97.41 -
System Red Green Blue C M Y K H S L
Decimal 81 123 241 0.66 0.49 0 0.05 224.25 0.85 0.63
Hex 51 7B F1 42 31 0 5 E0 55 3F
Octal 121 173 361 102 61 0 5 340 125 77
Binary 1010001 1111011 11110001 1000010 110001 0 101 11100000 1010101 111111

Color Harmonies of #517BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BF1

Black with #517BF1

Text Example


Text Example

White with #517BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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