Html Css Color HEX #5467D7 Royal Blue

📋 copy color: '#5467D7'

red 84 ◦ green 103 ◦ blue 215

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

Shades of Royal Blue #5467D7

Tints of Royal Blue #5467D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.48%

R = 20.9%
G = 25.62%
B = 53.48%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5467D7 (or 0x5467D7) is known color: Royal Blue. HEX triplet: 54, 67 and D7. RGB value is (84,103,215). Sum of RGB (Red+Green+Blue) = 84+103+215=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #5467D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5467D7 is #AB9828. Grayscale: #6D6D6D. Windows color (decimal): -11245609 or 14116692. OLE color: 14116692.

HSL color Cylindrical-coordinate representation of color #5467D7: hue angle of 231.3º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5467D7 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 103 215 -
CMYK 0.61 0.52 0 0.16
HSL 231.3º 0.62% 0.59% -
HSV(B) 231.3º 0.61% 0.84% -
XYZ 20.77 16.49 66.38 -
YUV 110.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 84 103 215 0.61 0.52 0 0.16 231.3 0.62 0.59
Hex 54 67 D7 3D 34 0 10 E7 3E 3B
Octal 124 147 327 75 64 0 20 347 76 73
Binary 1010100 1100111 11010111 111101 110100 0 10000 11100111 111110 111011

Color Harmonies of #5467D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5467D7

Black with #5467D7

Text Example


Text Example

White with #5467D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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