Html Css Color HEX #517BF2 Royal Blue

📋 copy color: '#517BF2'

red 81 ◦ green 123 ◦ blue 242

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

Shades of Royal Blue #517BF2

Tints of Royal Blue #517BF2

RGB

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

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

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

R = 18.16%
G = 27.58%
B = 54.26%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#517BF2 (or 0x517BF2) is known color: Royal Blue. HEX triplet: 51, 7B and F2. RGB value is (81,123,242). Sum of RGB (Red+Green+Blue) = 81+123+242=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 242 (94.92% from 255 or 54.26% from 446); Max value from RGB is 242 - color contains mainly: blue. Hex color #517BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517BF2 is #AE840D. Grayscale: #7B7B7B. Windows color (decimal): -11437070 or 15891281. OLE color: 15891281.

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

Color convert

RGB 81 123 242 -
CMYK 0.67 0.49 0 0.05
HSL 224.35º 0.86% 0.63% -
HSV(B) 224.35º 0.67% 0.95% -
XYZ 26.5 22.33 86.92 -
YUV 124.01 194.59 97.32 -
System Red Green Blue C M Y K H S L
Decimal 81 123 242 0.67 0.49 0 0.05 224.35 0.86 0.63
Hex 51 7B F2 43 31 0 5 E0 56 3F
Octal 121 173 362 103 61 0 5 340 126 77
Binary 1010001 1111011 11110010 1000011 110001 0 101 11100000 1010110 111111

Color Harmonies of #517BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BF2

Black with #517BF2

Text Example


Text Example

White with #517BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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