Html Css Color HEX #5467F0 Royal Blue

📋 copy color: '#5467F0'

red 84 ◦ green 103 ◦ blue 240

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

Shades of Royal Blue #5467F0

Tints of Royal Blue #5467F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.21%

R = 19.67%
G = 24.12%
B = 56.21%

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

#5467F0 (or 0x5467F0) is known color: Royal Blue. HEX triplet: 54, 67 and F0. RGB value is (84,103,240). Sum of RGB (Red+Green+Blue) = 84+103+240=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 240 (94.14% from 255 or 56.21% from 427); Max value from RGB is 240 - color contains mainly: blue. Hex color #5467F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5467F0 is #AB980F. Grayscale: #707070. Windows color (decimal): -11245584 or 15755092. OLE color: 15755092.

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

Color convert

RGB 84 103 240 -
CMYK 0.65 0.57 0 0.06
HSL 232.69º 0.84% 0.64% -
HSV(B) 232.69º 0.65% 0.94% -
XYZ 24.23 17.88 84.61 -
YUV 112.94 199.71 107.36 -
System Red Green Blue C M Y K H S L
Decimal 84 103 240 0.65 0.57 0 0.06 232.69 0.84 0.64
Hex 54 67 F0 41 39 0 6 E9 54 40
Octal 124 147 360 101 71 0 6 351 124 100
Binary 1010100 1100111 11110000 1000001 111001 0 110 11101001 1010100 1000000

Color Harmonies of #5467F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5467F0

Black with #5467F0

Text Example


Text Example

White with #5467F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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