Html Css Color HEX #5460DC Royal Blue

📋 copy color: '#5460DC'

red 84 ◦ green 96 ◦ blue 220

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

Shades of Royal Blue #5460DC

Tints of Royal Blue #5460DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

 BLUE value IS 220 (86.33% from 255) = 55%

R = 21%
G = 24%
B = 55%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5460DC (or 0x5460DC) is known color: Royal Blue. HEX triplet: 54, 60 and DC. RGB value is (84,96,220). Sum of RGB (Red+Green+Blue) = 84+96+220=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #5460DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5460DC is #AB9F23. Grayscale: #6A6A6A. Windows color (decimal): -11247396 or 14442580. OLE color: 14442580.

HSL color Cylindrical-coordinate representation of color #5460DC: hue angle of 234.71º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5460DC is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 96 220 -
CMYK 0.62 0.56 0 0.14
HSL 234.71º 0.66% 0.6% -
HSV(B) 234.71º 0.62% 0.86% -
XYZ 20.76 15.42 69.59 -
YUV 106.55 192.02 111.92 -
System Red Green Blue C M Y K H S L
Decimal 84 96 220 0.62 0.56 0 0.14 234.71 0.66 0.6
Hex 54 60 DC 3E 38 0 E EB 42 3C
Octal 124 140 334 76 70 0 16 353 102 74
Binary 1010100 1100000 11011100 111110 111000 0 1110 11101011 1000010 111100

Color Harmonies of #5460DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5460DC

Black with #5460DC

Text Example


Text Example

White with #5460DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5460DC; }

 p { color: rgb(84,96,220); }

 H1.HeaderClassName
 {
   color: #5460DC;
 }
 .AnyTagClassName
 {
   color: #5460DC;
 }
</style>

background-color css

<style>
 a { background-color: #5460DC; }

 a { background-color: rgb(84,96,220); }

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

border-color css

<style>
 span { border-color: #5460DC; }

 span { border-color: rgb(84,96,220); }

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