Html Css Color HEX #5475EA Royal Blue

📋 copy color: '#5475EA'

red 84 ◦ green 117 ◦ blue 234

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

Shades of Royal Blue #5475EA

Tints of Royal Blue #5475EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.79%

R = 19.31%
G = 26.9%
B = 53.79%

CMYK

 C value IS 0.64

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5475EA (or 0x5475EA) is known color: Royal Blue. HEX triplet: 54, 75 and EA. RGB value is (84,117,234). Sum of RGB (Red+Green+Blue) = 84+117+234=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #5475EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5475EA is #AB8A15. Grayscale: #777777. Windows color (decimal): -11242006 or 15365460. OLE color: 15365460.

HSL color Cylindrical-coordinate representation of color #5475EA: hue angle of 226.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5475EA is Cyan = 0.64, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 117 234 -
CMYK 0.64 0.5 0 0.08
HSL 226.8º 0.78% 0.62% -
HSV(B) 226.8º 0.64% 0.92% -
XYZ 24.87 20.55 80.5 -
YUV 120.47 192.07 101.99 -
System Red Green Blue C M Y K H S L
Decimal 84 117 234 0.64 0.5 0 0.08 226.8 0.78 0.62
Hex 54 75 EA 40 32 0 8 E3 4E 3E
Octal 124 165 352 100 62 0 10 343 116 76
Binary 1010100 1110101 11101010 1000000 110010 0 1000 11100011 1001110 111110

Color Harmonies of #5475EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5475EA

Black with #5475EA

Text Example


Text Example

White with #5475EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5475EA; }

 p { color: rgb(84,117,234); }

 H1.HeaderClassName
 {
   color: #5475EA;
 }
 .AnyTagClassName
 {
   color: #5475EA;
 }
</style>

background-color css

<style>
 a { background-color: #5475EA; }

 a { background-color: rgb(84,117,234); }

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

border-color css

<style>
 span { border-color: #5475EA; }

 span { border-color: rgb(84,117,234); }

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