Html Css Color HEX #517AF2 Royal Blue

📋 copy color: '#517AF2'

red 81 ◦ green 122 ◦ blue 242

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

Shades of Royal Blue #517AF2

Tints of Royal Blue #517AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 54.38%

R = 18.2%
G = 27.42%
B = 54.38%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#517AF2 (or 0x517AF2) is known color: Royal Blue. HEX triplet: 51, 7A and F2. RGB value is (81,122,242). Sum of RGB (Red+Green+Blue) = 81+122+242=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 242 (94.92% from 255 or 54.38% from 445); Max value from RGB is 242 - color contains mainly: blue. Hex color #517AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517AF2 is #AE850D. Grayscale: #7A7A7A. Windows color (decimal): -11437326 or 15891025. OLE color: 15891025.

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

Color convert

RGB 81 122 242 -
CMYK 0.67 0.50 0 0.05
HSL 224.72º 0.86% 0.63% -
HSV(B) 224.72º 0.67% 0.95% -
XYZ 26.38 22.08 86.88 -
YUV 123.42 194.92 97.74 -
System Red Green Blue C M Y K H S L
Decimal 81 122 242 0.67 0.50 0 0.05 224.72 0.86 0.63
Hex 51 7A F2 43 32 0 5 E1 56 3F
Octal 121 172 362 103 62 0 5 341 126 77
Binary 1010001 1111010 11110010 1000011 110010 0 101 11100001 1010110 111111

Color Harmonies of #517AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517AF2

Black with #517AF2

Text Example


Text Example

White with #517AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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