Html Css Color HEX #5174FA Royal Blue

📋 copy color: '#5174FA'

red 81 ◦ green 116 ◦ blue 250

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

Shades of Royal Blue #5174FA

Tints of Royal Blue #5174FA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.95%

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

R = 18.12%
G = 25.95%
B = 55.93%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5174FA (or 0x5174FA) is known color: Royal Blue. HEX triplet: 51, 74 and FA. RGB value is (81,116,250). Sum of RGB (Red+Green+Blue) = 81+116+250=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #5174FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5174FA is #AE8B05. Grayscale: #787878. Windows color (decimal): -11438854 or 16413777. OLE color: 16413777.

HSL color Cylindrical-coordinate representation of color #5174FA: hue angle of 227.57º 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 #5174FA is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 116 250 -
CMYK 0.68 0.54 0 0.02
HSL 227.57º 0.94% 0.65% -
HSV(B) 227.57º 0.68% 0.98% -
XYZ 26.89 21.14 93.11 -
YUV 120.81 200.9 99.6 -
System Red Green Blue C M Y K H S L
Decimal 81 116 250 0.68 0.54 0 0.02 227.57 0.94 0.65
Hex 51 74 FA 44 36 0 2 E4 5E 41
Octal 121 164 372 104 66 0 2 344 136 101
Binary 1010001 1110100 11111010 1000100 110110 0 10 11100100 1011110 1000001

Color Harmonies of #5174FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5174FA

Black with #5174FA

Text Example


Text Example

White with #5174FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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