Html Css Color HEX #5467DC Royal Blue

📋 copy color: '#5467DC'

red 84 ◦ green 103 ◦ blue 220

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

Shades of Royal Blue #5467DC

Tints of Royal Blue #5467DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 20.64%
G = 25.31%
B = 54.05%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5467DC (or 0x5467DC) is known color: Royal Blue. HEX triplet: 54, 67 and DC. RGB value is (84,103,220). Sum of RGB (Red+Green+Blue) = 84+103+220=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #5467DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5467DC is #AB9823. Grayscale: #6E6E6E. Windows color (decimal): -11245604 or 14444372. OLE color: 14444372.

HSL color Cylindrical-coordinate representation of color #5467DC: hue angle of 231.62º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5467DC is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 103 220 -
CMYK 0.62 0.53 0 0.14
HSL 231.62º 0.66% 0.6% -
HSV(B) 231.62º 0.62% 0.86% -
XYZ 21.42 16.75 69.81 -
YUV 110.66 189.71 108.99 -
System Red Green Blue C M Y K H S L
Decimal 84 103 220 0.62 0.53 0 0.14 231.62 0.66 0.6
Hex 54 67 DC 3E 35 0 E E8 42 3C
Octal 124 147 334 76 65 0 16 350 102 74
Binary 1010100 1100111 11011100 111110 110101 0 1110 11101000 1000010 111100

Color Harmonies of #5467DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5467DC

Black with #5467DC

Text Example


Text Example

White with #5467DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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