Html Css Color HEX #5467D0 Royal Blue

📋 copy color: '#5467D0'

red 84 ◦ green 103 ◦ blue 208

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

Shades of Royal Blue #5467D0

Tints of Royal Blue #5467D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.66%

R = 21.27%
G = 26.08%
B = 52.66%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5467D0 (or 0x5467D0) is known color: Royal Blue. HEX triplet: 54, 67 and D0. RGB value is (84,103,208). Sum of RGB (Red+Green+Blue) = 84+103+208=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #5467D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5467D0 is #AB982F. Grayscale: #6C6C6C. Windows color (decimal): -11245616 or 13657940. OLE color: 13657940.

HSL color Cylindrical-coordinate representation of color #5467D0: hue angle of 230.81º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5467D0 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 103 208 -
CMYK 0.60 0.50 0 0.18
HSL 230.81º 0.57% 0.57% -
HSV(B) 230.81º 0.6% 0.82% -
XYZ 19.89 16.14 61.74 -
YUV 109.29 183.71 109.96 -
System Red Green Blue C M Y K H S L
Decimal 84 103 208 0.60 0.50 0 0.18 230.81 0.57 0.57
Hex 54 67 D0 3C 32 0 12 E7 39 39
Octal 124 147 320 74 62 0 22 347 71 71
Binary 1010100 1100111 11010000 111100 110010 0 10010 11100111 111001 111001

Color Harmonies of #5467D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5467D0

Black with #5467D0

Text Example


Text Example

White with #5467D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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