Html Css Color HEX #5467EB Royal Blue

📋 copy color: '#5467EB'

red 84 ◦ green 103 ◦ blue 235

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

Shades of Royal Blue #5467EB

Tints of Royal Blue #5467EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.69%

R = 19.91%
G = 24.41%
B = 55.69%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5467EB (or 0x5467EB) is known color: Royal Blue. HEX triplet: 54, 67 and EB. RGB value is (84,103,235). Sum of RGB (Red+Green+Blue) = 84+103+235=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #5467EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5467EB is #AB9814. Grayscale: #6F6F6F. Windows color (decimal): -11245589 or 15427412. OLE color: 15427412.

HSL color Cylindrical-coordinate representation of color #5467EB: hue angle of 232.45º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5467EB is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 103 235 -
CMYK 0.64 0.56 0 0.08
HSL 232.45º 0.79% 0.63% -
HSV(B) 232.45º 0.64% 0.92% -
XYZ 23.5 17.58 80.75 -
YUV 112.37 197.21 107.77 -
System Red Green Blue C M Y K H S L
Decimal 84 103 235 0.64 0.56 0 0.08 232.45 0.79 0.63
Hex 54 67 EB 40 38 0 8 E8 4F 3F
Octal 124 147 353 100 70 0 10 350 117 77
Binary 1010100 1100111 11101011 1000000 111000 0 1000 11101000 1001111 111111

Color Harmonies of #5467EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5467EB

Black with #5467EB

Text Example


Text Example

White with #5467EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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