Html Css Color HEX #5174F9 Royal Blue

📋 copy color: '#5174F9'

red 81 ◦ green 116 ◦ blue 249

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

Shades of Royal Blue #5174F9

Tints of Royal Blue #5174F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.83%

R = 18.16%
G = 26.01%
B = 55.83%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5174F9 (or 0x5174F9) is known color: Royal Blue. HEX triplet: 51, 74 and F9. RGB value is (81,116,249). Sum of RGB (Red+Green+Blue) = 81+116+249=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #5174F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5174F9 is #AE8B06. Grayscale: #787878. Windows color (decimal): -11438855 or 16348241. OLE color: 16348241.

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

Color convert

RGB 81 116 249 -
CMYK 0.67 0.53 0 0.02
HSL 227.5º 0.93% 0.65% -
HSV(B) 227.5º 0.67% 0.98% -
XYZ 26.74 21.08 92.28 -
YUV 120.7 200.4 99.69 -
System Red Green Blue C M Y K H S L
Decimal 81 116 249 0.67 0.53 0 0.02 227.5 0.93 0.65
Hex 51 74 F9 43 35 0 2 E4 5D 41
Octal 121 164 371 103 65 0 2 344 135 101
Binary 1010001 1110100 11111001 1000011 110101 0 10 11100100 1011101 1000001

Color Harmonies of #5174F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5174F9

Black with #5174F9

Text Example


Text Example

White with #5174F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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