Html Css Color HEX #5175FA Royal Blue

📋 copy color: '#5175FA'

red 81 ◦ green 117 ◦ blue 250

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

Shades of Royal Blue #5175FA

Tints of Royal Blue #5175FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.8%

R = 18.08%
G = 26.12%
B = 55.8%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5175FA (or 0x5175FA) is known color: Royal Blue. HEX triplet: 51, 75 and FA. RGB value is (81,117,250). Sum of RGB (Red+Green+Blue) = 81+117+250=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #5175FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5175FA is #AE8A05. Grayscale: #787878. Windows color (decimal): -11438598 or 16414033. OLE color: 16414033.

HSL color Cylindrical-coordinate representation of color #5175FA: hue angle of 227.22º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5175FA is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 117 250 -
CMYK 0.68 0.53 0 0.02
HSL 227.22º 0.94% 0.65% -
HSV(B) 227.22º 0.68% 0.98% -
XYZ 27.01 21.37 93.14 -
YUV 121.4 200.57 99.19 -
System Red Green Blue C M Y K H S L
Decimal 81 117 250 0.68 0.53 0 0.02 227.22 0.94 0.65
Hex 51 75 FA 44 35 0 2 E3 5E 41
Octal 121 165 372 104 65 0 2 343 136 101
Binary 1010001 1110101 11111010 1000100 110101 0 10 11100011 1011110 1000001

Color Harmonies of #5175FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5175FA

Black with #5175FA

Text Example


Text Example

White with #5175FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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