Html Css Color HEX #406DE0 Royal Blue

📋 copy color: '#406DE0'

red 64 ◦ green 109 ◦ blue 224

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

Shades of Royal Blue #406DE0

Tints of Royal Blue #406DE0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.46%

 BLUE value IS 224 (87.89% from 255) = 56.42%

R = 16.12%
G = 27.46%
B = 56.42%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#406DE0 (or 0x406DE0) is known color: Royal Blue. HEX triplet: 40, 6D and E0. RGB value is (64,109,224). Sum of RGB (Red+Green+Blue) = 64+109+224=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #406DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DE0 is #BF921F. Grayscale: #6C6C6C. Windows color (decimal): -12554784 or 14708032. OLE color: 14708032.

HSL color Cylindrical-coordinate representation of color #406DE0: hue angle of 223.12º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406DE0 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 109 224 -
CMYK 0.71 0.51 0 0.12
HSL 223.13º 0.72% 0.56% -
HSV(B) 223.13º 0.71% 0.88% -
XYZ 21.04 17.41 72.77 -
YUV 108.66 193.09 96.15 -
System Red Green Blue C M Y K H S L
Decimal 64 109 224 0.71 0.51 0 0.12 223.13 0.72 0.56
Hex 40 6D E0 47 33 0 C DF 48 38
Octal 100 155 340 107 63 0 14 337 110 70
Binary 1000000 1101101 11100000 1000111 110011 0 1100 11011111 1001000 111000

Color Harmonies of #406DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DE0

Black with #406DE0

Text Example


Text Example

White with #406DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,109,224); }

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

background-color css

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

 a { background-color: rgb(64,109,224); }

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

border-color css

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

 span { border-color: rgb(64,109,224); }

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