Html Css Color HEX #517AF0 Royal Blue

📋 copy color: '#517AF0'

red 81 ◦ green 122 ◦ blue 240

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

Shades of Royal Blue #517AF0

Tints of Royal Blue #517AF0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.54%

 BLUE value IS 240 (94.14% from 255) = 54.18%

R = 18.28%
G = 27.54%
B = 54.18%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#517AF0 (or 0x517AF0) is known color: Royal Blue. HEX triplet: 51, 7A and F0. RGB value is (81,122,240). Sum of RGB (Red+Green+Blue) = 81+122+240=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #517AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517AF0 is #AE850F. Grayscale: #7A7A7A. Windows color (decimal): -11437328 or 15759953. OLE color: 15759953.

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

Color convert

RGB 81 122 240 -
CMYK 0.66 0.49 0 0.06
HSL 224.53º 0.84% 0.63% -
HSV(B) 224.53º 0.66% 0.94% -
XYZ 26.08 21.96 85.3 -
YUV 123.19 193.92 97.91 -
System Red Green Blue C M Y K H S L
Decimal 81 122 240 0.66 0.49 0 0.06 224.53 0.84 0.63
Hex 51 7A F0 42 31 0 6 E1 54 3F
Octal 121 172 360 102 61 0 6 341 124 77
Binary 1010001 1111010 11110000 1000010 110001 0 110 11100001 1010100 111111

Color Harmonies of #517AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517AF0

Black with #517AF0

Text Example


Text Example

White with #517AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,122,240); }

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

background-color css

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

 a { background-color: rgb(81,122,240); }

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

border-color css

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

 span { border-color: rgb(81,122,240); }

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