Html Css Color HEX #406AE0 Royal Blue

📋 copy color: '#406AE0'

red 64 ◦ green 106 ◦ blue 224

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

Shades of Royal Blue #406AE0

Tints of Royal Blue #406AE0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.9%

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

R = 16.24%
G = 26.9%
B = 56.85%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#406AE0 (or 0x406AE0) is known color: Royal Blue. HEX triplet: 40, 6A and E0. RGB value is (64,106,224). Sum of RGB (Red+Green+Blue) = 64+106+224=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 224 (87.89% from 255 or 56.85% from 394); Max value from RGB is 224 - color contains mainly: blue. Hex color #406AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406AE0 is #BF951F. Grayscale: #6A6A6A. Windows color (decimal): -12555552 or 14707264. OLE color: 14707264.

HSL color Cylindrical-coordinate representation of color #406AE0: hue angle of 224.25º 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 #406AE0 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 106 224 -
CMYK 0.71 0.53 0 0.12
HSL 224.25º 0.72% 0.56% -
HSV(B) 224.25º 0.71% 0.88% -
XYZ 20.72 16.78 72.67 -
YUV 106.89 194.09 97.41 -
System Red Green Blue C M Y K H S L
Decimal 64 106 224 0.71 0.53 0 0.12 224.25 0.72 0.56
Hex 40 6A E0 47 35 0 C E0 48 38
Octal 100 152 340 107 65 0 14 340 110 70
Binary 1000000 1101010 11100000 1000111 110101 0 1100 11100000 1001000 111000

Color Harmonies of #406AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AE0

Black with #406AE0

Text Example


Text Example

White with #406AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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