Html Css Color HEX #406ED5 Royal Blue

📋 copy color: '#406ED5'

red 64 ◦ green 110 ◦ blue 213

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

Shades of Royal Blue #406ED5

Tints of Royal Blue #406ED5

RGB

 RED value IS 64 (25.39% from 255) = 16.54%

 GREEN value IS 110 (43.36% from 255) = 28.42%

 BLUE value IS 213 (83.59% from 255) = 55.04%

R = 16.54%
G = 28.42%
B = 55.04%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#406ED5 (or 0x406ED5) is known color: Royal Blue. HEX triplet: 40, 6E and D5. RGB value is (64,110,213). Sum of RGB (Red+Green+Blue) = 64+110+213=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 213 (83.59% from 255 or 55.04% from 387); Max value from RGB is 213 - color contains mainly: blue. Hex color #406ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ED5 is #BF912A. Grayscale: #6B6B6B. Windows color (decimal): -12554539 or 13987392. OLE color: 13987392.

HSL color Cylindrical-coordinate representation of color #406ED5: hue angle of 221.48º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #406ED5 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 110 213 -
CMYK 0.70 0.48 0 0.16
HSL 221.48º 0.64% 0.54% -
HSV(B) 221.48º 0.7% 0.84% -
XYZ 19.7 17.05 65.2 -
YUV 107.99 187.26 96.62 -
System Red Green Blue C M Y K H S L
Decimal 64 110 213 0.70 0.48 0 0.16 221.48 0.64 0.54
Hex 40 6E D5 46 30 0 10 DD 40 36
Octal 100 156 325 106 60 0 20 335 100 66
Binary 1000000 1101110 11010101 1000110 110000 0 10000 11011101 1000000 110110

Color Harmonies of #406ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406ED5

Black with #406ED5

Text Example


Text Example

White with #406ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406ED5; }

 p { color: rgb(64,110,213); }

 H1.HeaderClassName
 {
   color: #406ED5;
 }
 .AnyTagClassName
 {
   color: #406ED5;
 }
</style>

background-color css

<style>
 a { background-color: #406ED5; }

 a { background-color: rgb(64,110,213); }

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

border-color css

<style>
 span { border-color: #406ED5; }

 span { border-color: rgb(64,110,213); }

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