Html Css Color HEX #406AEA Royal Blue

📋 copy color: '#406AEA'

red 64 ◦ green 106 ◦ blue 234

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

Shades of Royal Blue #406AEA

Tints of Royal Blue #406AEA

RGB

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

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

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

R = 15.84%
G = 26.24%
B = 57.92%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#406AEA (or 0x406AEA) is known color: Royal Blue. HEX triplet: 40, 6A and EA. RGB value is (64,106,234). Sum of RGB (Red+Green+Blue) = 64+106+234=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #406AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406AEA is #BF9515. Grayscale: #6B6B6B. Windows color (decimal): -12555542 or 15362624. OLE color: 15362624.

HSL color Cylindrical-coordinate representation of color #406AEA: hue angle of 225.18º 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 #406AEA is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 106 234 -
CMYK 0.73 0.55 0 0.08
HSL 225.18º 0.8% 0.58% -
HSV(B) 225.18º 0.73% 0.92% -
XYZ 22.12 17.34 80.02 -
YUV 108.03 199.09 96.59 -
System Red Green Blue C M Y K H S L
Decimal 64 106 234 0.73 0.55 0 0.08 225.18 0.8 0.58
Hex 40 6A EA 49 37 0 8 E1 50 3A
Octal 100 152 352 111 67 0 10 341 120 72
Binary 1000000 1101010 11101010 1001001 110111 0 1000 11100001 1010000 111010

Color Harmonies of #406AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AEA

Black with #406AEA

Text Example


Text Example

White with #406AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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