Html Css Color HEX #5467EF Royal Blue

📋 copy color: '#5467EF'

red 84 ◦ green 103 ◦ blue 239

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

Shades of Royal Blue #5467EF

Tints of Royal Blue #5467EF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.18%

 BLUE value IS 239 (93.75% from 255) = 56.1%

R = 19.72%
G = 24.18%
B = 56.1%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5467EF (or 0x5467EF) is known color: Royal Blue. HEX triplet: 54, 67 and EF. RGB value is (84,103,239). Sum of RGB (Red+Green+Blue) = 84+103+239=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #5467EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5467EF is #AB9810. Grayscale: #707070. Windows color (decimal): -11245585 or 15689556. OLE color: 15689556.

HSL color Cylindrical-coordinate representation of color #5467EF: hue angle of 232.65º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5467EF is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 103 239 -
CMYK 0.65 0.57 0 0.06
HSL 232.65º 0.83% 0.63% -
HSV(B) 232.65º 0.65% 0.94% -
XYZ 24.09 17.82 83.83 -
YUV 112.82 199.21 107.44 -
System Red Green Blue C M Y K H S L
Decimal 84 103 239 0.65 0.57 0 0.06 232.65 0.83 0.63
Hex 54 67 EF 41 39 0 6 E9 53 3F
Octal 124 147 357 101 71 0 6 351 123 77
Binary 1010100 1100111 11101111 1000001 111001 0 110 11101001 1010011 111111

Color Harmonies of #5467EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5467EF

Black with #5467EF

Text Example


Text Example

White with #5467EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5467EF; }

 p { color: rgb(84,103,239); }

 H1.HeaderClassName
 {
   color: #5467EF;
 }
 .AnyTagClassName
 {
   color: #5467EF;
 }
</style>

background-color css

<style>
 a { background-color: #5467EF; }

 a { background-color: rgb(84,103,239); }

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

border-color css

<style>
 span { border-color: #5467EF; }

 span { border-color: rgb(84,103,239); }

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