Html Css Color HEX #5175D7 Royal Blue

📋 copy color: '#5175D7'

red 81 ◦ green 117 ◦ blue 215

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

Shades of Royal Blue #5175D7

Tints of Royal Blue #5175D7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.33%

 BLUE value IS 215 (84.38% from 255) = 52.06%

R = 19.61%
G = 28.33%
B = 52.06%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5175D7 (or 0x5175D7) is known color: Royal Blue. HEX triplet: 51, 75 and D7. RGB value is (81,117,215). Sum of RGB (Red+Green+Blue) = 81+117+215=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #5175D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5175D7 is #AE8A28. Grayscale: #747474. Windows color (decimal): -11438633 or 14120273. OLE color: 14120273.

HSL color Cylindrical-coordinate representation of color #5175D7: hue angle of 223.88º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5175D7 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 117 215 -
CMYK 0.62 0.46 0 0.16
HSL 223.88º 0.63% 0.58% -
HSV(B) 223.88º 0.62% 0.84% -
XYZ 22.02 19.38 66.87 -
YUV 117.41 183.07 102.03 -
System Red Green Blue C M Y K H S L
Decimal 81 117 215 0.62 0.46 0 0.16 223.88 0.63 0.58
Hex 51 75 D7 3E 2E 0 10 E0 3F 3A
Octal 121 165 327 76 56 0 20 340 77 72
Binary 1010001 1110101 11010111 111110 101110 0 10000 11100000 111111 111010

Color Harmonies of #5175D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5175D7

Black with #5175D7

Text Example


Text Example

White with #5175D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5175D7; }

 p { color: rgb(81,117,215); }

 H1.HeaderClassName
 {
   color: #5175D7;
 }
 .AnyTagClassName
 {
   color: #5175D7;
 }
</style>

background-color css

<style>
 a { background-color: #5175D7; }

 a { background-color: rgb(81,117,215); }

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

border-color css

<style>
 span { border-color: #5175D7; }

 span { border-color: rgb(81,117,215); }

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