Html Css Color HEX #5469E4 Royal Blue

📋 copy color: '#5469E4'

red 84 ◦ green 105 ◦ blue 228

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

Shades of Royal Blue #5469E4

Tints of Royal Blue #5469E4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.18%

 BLUE value IS 228 (89.45% from 255) = 54.68%

R = 20.14%
G = 25.18%
B = 54.68%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5469E4 (or 0x5469E4) is known color: Royal Blue. HEX triplet: 54, 69 and E4. RGB value is (84,105,228). Sum of RGB (Red+Green+Blue) = 84+105+228=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 228 (89.45% from 255 or 54.68% from 417); Max value from RGB is 228 - color contains mainly: blue. Hex color #5469E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5469E4 is #AB961B. Grayscale: #707070. Windows color (decimal): -11245084 or 14969172. OLE color: 14969172.

HSL color Cylindrical-coordinate representation of color #5469E4: hue angle of 231.25º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5469E4 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 84 105 228 -
CMYK 0.63 0.54 0 0.11
HSL 231.25º 0.73% 0.61% -
HSV(B) 231.25º 0.63% 0.89% -
XYZ 22.71 17.59 75.6 -
YUV 112.74 193.04 107.5 -
System Red Green Blue C M Y K H S L
Decimal 84 105 228 0.63 0.54 0 0.11 231.25 0.73 0.61
Hex 54 69 E4 3F 36 0 B E7 49 3D
Octal 124 151 344 77 66 0 13 347 111 75
Binary 1010100 1101001 11100100 111111 110110 0 1011 11100111 1001001 111101

Color Harmonies of #5469E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5469E4

Black with #5469E4

Text Example


Text Example

White with #5469E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5469E4; }

 p { color: rgb(84,105,228); }

 H1.HeaderClassName
 {
   color: #5469E4;
 }
 .AnyTagClassName
 {
   color: #5469E4;
 }
</style>

background-color css

<style>
 a { background-color: #5469E4; }

 a { background-color: rgb(84,105,228); }

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

border-color css

<style>
 span { border-color: #5469E4; }

 span { border-color: rgb(84,105,228); }

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