Html Css Color HEX #517BF4 Royal Blue

📋 copy color: '#517BF4'

red 81 ◦ green 123 ◦ blue 244

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

Shades of Royal Blue #517BF4

Tints of Royal Blue #517BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 54.46%

R = 18.08%
G = 27.46%
B = 54.46%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#517BF4 (or 0x517BF4) is known color: Royal Blue. HEX triplet: 51, 7B and F4. RGB value is (81,123,244). Sum of RGB (Red+Green+Blue) = 81+123+244=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 244 (95.70% from 255 or 54.46% from 448); Max value from RGB is 244 - color contains mainly: blue. Hex color #517BF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517BF4 is #AE840B. Grayscale: #7B7B7B. Windows color (decimal): -11437068 or 16022353. OLE color: 16022353.

HSL color Cylindrical-coordinate representation of color #517BF4: hue angle of 224.54º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #517BF4 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 81 123 244 -
CMYK 0.67 0.50 0 0.04
HSL 224.54º 0.88% 0.64% -
HSV(B) 224.54º 0.67% 0.96% -
XYZ 26.81 22.45 88.51 -
YUV 124.24 195.59 97.16 -
System Red Green Blue C M Y K H S L
Decimal 81 123 244 0.67 0.50 0 0.04 224.54 0.88 0.64
Hex 51 7B F4 43 32 0 4 E1 58 40
Octal 121 173 364 103 62 0 4 341 130 100
Binary 1010001 1111011 11110100 1000011 110010 0 100 11100001 1011000 1000000

Color Harmonies of #517BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BF4

Black with #517BF4

Text Example


Text Example

White with #517BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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