Html Css Color HEX #5474F6 Royal Blue

📋 copy color: '#5474F6'

red 84 ◦ green 116 ◦ blue 246

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

Shades of Royal Blue #5474F6

Tints of Royal Blue #5474F6

RGB

 RED value IS 84 (33.2% from 255) = 18.83%

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

 BLUE value IS 246 (96.48% from 255) = 55.16%

R = 18.83%
G = 26.01%
B = 55.16%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5474F6 (or 0x5474F6) is known color: Royal Blue. HEX triplet: 54, 74 and F6. RGB value is (84,116,246). Sum of RGB (Red+Green+Blue) = 84+116+246=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #5474F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5474F6 is #AB8B09. Grayscale: #787878. Windows color (decimal): -11242250 or 16151636. OLE color: 16151636.

HSL color Cylindrical-coordinate representation of color #5474F6: hue angle of 228.15º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5474F6 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 116 246 -
CMYK 0.66 0.53 0 0.04
HSL 228.15º 0.9% 0.65% -
HSV(B) 228.15º 0.66% 0.96% -
XYZ 26.54 21.03 89.85 -
YUV 121.25 198.4 101.43 -
System Red Green Blue C M Y K H S L
Decimal 84 116 246 0.66 0.53 0 0.04 228.15 0.9 0.65
Hex 54 74 F6 42 35 0 4 E4 5A 41
Octal 124 164 366 102 65 0 4 344 132 101
Binary 1010100 1110100 11110110 1000010 110101 0 100 11100100 1011010 1000001

Color Harmonies of #5474F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5474F6

Black with #5474F6

Text Example


Text Example

White with #5474F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5474F6; }

 p { color: rgb(84,116,246); }

 H1.HeaderClassName
 {
   color: #5474F6;
 }
 .AnyTagClassName
 {
   color: #5474F6;
 }
</style>

background-color css

<style>
 a { background-color: #5474F6; }

 a { background-color: rgb(84,116,246); }

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

border-color css

<style>
 span { border-color: #5474F6; }

 span { border-color: rgb(84,116,246); }

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