Html Css Color HEX #5467F3 Royal Blue

📋 copy color: '#5467F3'

red 84 ◦ green 103 ◦ blue 243

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

Shades of Royal Blue #5467F3

Tints of Royal Blue #5467F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 56.51%

R = 19.53%
G = 23.95%
B = 56.51%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5467F3 (or 0x5467F3) is known color: Royal Blue. HEX triplet: 54, 67 and F3. RGB value is (84,103,243). Sum of RGB (Red+Green+Blue) = 84+103+243=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 243 (95.31% from 255 or 56.51% from 430); Max value from RGB is 243 - color contains mainly: blue. Hex color #5467F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5467F3 is #AB980C. Grayscale: #707070. Windows color (decimal): -11245581 or 15951700. OLE color: 15951700.

HSL color Cylindrical-coordinate representation of color #5467F3: hue angle of 232.83º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5467F3 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 103 243 -
CMYK 0.65 0.58 0 0.05
HSL 232.83º 0.87% 0.64% -
HSV(B) 232.83º 0.65% 0.95% -
XYZ 24.68 18.06 86.98 -
YUV 113.28 201.21 107.12 -
System Red Green Blue C M Y K H S L
Decimal 84 103 243 0.65 0.58 0 0.05 232.83 0.87 0.64
Hex 54 67 F3 41 3A 0 5 E9 57 40
Octal 124 147 363 101 72 0 5 351 127 100
Binary 1010100 1100111 11110011 1000001 111010 0 101 11101001 1010111 1000000

Color Harmonies of #5467F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5467F3

Black with #5467F3

Text Example


Text Example

White with #5467F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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