Html Css Color HEX #517AFF Royal Blue

📋 copy color: '#517AFF'

red 81 ◦ green 122 ◦ blue 255

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

Shades of Royal Blue #517AFF

Tints of Royal Blue #517AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.68%

R = 17.69%
G = 26.64%
B = 55.68%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#517AFF (or 0x517AFF) is known color: Royal Blue. HEX triplet: 51, 7A and FF. RGB value is (81,122,255). Sum of RGB (Red+Green+Blue) = 81+122+255=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #517AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517AFF is #AE8500. Grayscale: #7C7C7C. Windows color (decimal): -11437313 or 16742993. OLE color: 16742993.

HSL color Cylindrical-coordinate representation of color #517AFF: hue angle of 225.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #517AFF is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 122 255 -
CMYK 0.68 0.52 0 0
HSL 225.86º 1% 0.66% -
HSV(B) 225.86º 0.68% 1% -
XYZ 28.4 22.89 97.53 -
YUV 124.9 201.42 96.69 -
System Red Green Blue C M Y K H S L
Decimal 81 122 255 0.68 0.52 0 0 225.86 1 0.66
Hex 51 7A FF 44 34 0 0 E2 64 42
Octal 121 172 377 104 64 0 0 342 144 102
Binary 1010001 1111010 11111111 1000100 110100 0 0 11100010 1100100 1000010

Color Harmonies of #517AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517AFF

Black with #517AFF

Text Example


Text Example

White with #517AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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