Html Css Color HEX #406EEA Royal Blue

📋 copy color: '#406EEA'

red 64 ◦ green 110 ◦ blue 234

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

Shades of Royal Blue #406EEA

Tints of Royal Blue #406EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.35%

R = 15.69%
G = 26.96%
B = 57.35%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#406EEA (or 0x406EEA) is known color: Royal Blue. HEX triplet: 40, 6E and EA. RGB value is (64,110,234). Sum of RGB (Red+Green+Blue) = 64+110+234=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #406EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406EEA is #BF9115. Grayscale: #6D6D6D. Windows color (decimal): -12554518 or 15363648. OLE color: 15363648.

HSL color Cylindrical-coordinate representation of color #406EEA: hue angle of 223.76º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #406EEA is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 110 234 -
CMYK 0.73 0.53 0 0.08
HSL 223.76º 0.8% 0.58% -
HSV(B) 223.76º 0.73% 0.92% -
XYZ 22.54 18.18 80.16 -
YUV 110.38 197.76 94.92 -
System Red Green Blue C M Y K H S L
Decimal 64 110 234 0.73 0.53 0 0.08 223.76 0.8 0.58
Hex 40 6E EA 49 35 0 8 E0 50 3A
Octal 100 156 352 111 65 0 10 340 120 72
Binary 1000000 1101110 11101010 1001001 110101 0 1000 11100000 1010000 111010

Color Harmonies of #406EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406EEA

Black with #406EEA

Text Example


Text Example

White with #406EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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