Html Css Color HEX #5464DB Royal Blue

📋 copy color: '#5464DB'

red 84 ◦ green 100 ◦ blue 219

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

Shades of Royal Blue #5464DB

Tints of Royal Blue #5464DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.81%

 BLUE value IS 219 (85.94% from 255) = 54.34%

R = 20.84%
G = 24.81%
B = 54.34%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5464DB (or 0x5464DB) is known color: Royal Blue. HEX triplet: 54, 64 and DB. RGB value is (84,100,219). Sum of RGB (Red+Green+Blue) = 84+100+219=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #5464DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5464DB is #AB9B24. Grayscale: #6C6C6C. Windows color (decimal): -11246373 or 14378068. OLE color: 14378068.

HSL color Cylindrical-coordinate representation of color #5464DB: hue angle of 232.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5464DB is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 100 219 -
CMYK 0.62 0.54 0 0.14
HSL 232.89º 0.65% 0.59% -
HSV(B) 232.89º 0.62% 0.86% -
XYZ 21 16.11 69.02 -
YUV 108.78 190.2 110.32 -
System Red Green Blue C M Y K H S L
Decimal 84 100 219 0.62 0.54 0 0.14 232.89 0.65 0.59
Hex 54 64 DB 3E 36 0 E E9 41 3B
Octal 124 144 333 76 66 0 16 351 101 73
Binary 1010100 1100100 11011011 111110 110110 0 1110 11101001 1000001 111011

Color Harmonies of #5464DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5464DB

Black with #5464DB

Text Example


Text Example

White with #5464DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5464DB; }

 p { color: rgb(84,100,219); }

 H1.HeaderClassName
 {
   color: #5464DB;
 }
 .AnyTagClassName
 {
   color: #5464DB;
 }
</style>

background-color css

<style>
 a { background-color: #5464DB; }

 a { background-color: rgb(84,100,219); }

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

border-color css

<style>
 span { border-color: #5464DB; }

 span { border-color: rgb(84,100,219); }

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