Html Css Color HEX #406CEA Royal Blue

📋 copy color: '#406CEA'

red 64 ◦ green 108 ◦ blue 234

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

Shades of Royal Blue #406CEA

Tints of Royal Blue #406CEA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

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

R = 15.76%
G = 26.6%
B = 57.64%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#406CEA (or 0x406CEA) is known color: Royal Blue. HEX triplet: 40, 6C and EA. RGB value is (64,108,234). Sum of RGB (Red+Green+Blue) = 64+108+234=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #406CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406CEA is #BF9315. Grayscale: #6C6C6C. Windows color (decimal): -12555030 or 15363136. OLE color: 15363136.

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

Color convert

RGB 64 108 234 -
CMYK 0.73 0.54 0 0.08
HSL 224.47º 0.8% 0.58% -
HSV(B) 224.47º 0.73% 0.92% -
XYZ 22.33 17.76 80.09 -
YUV 109.21 198.42 95.75 -
System Red Green Blue C M Y K H S L
Decimal 64 108 234 0.73 0.54 0 0.08 224.47 0.8 0.58
Hex 40 6C EA 49 36 0 8 E0 50 3A
Octal 100 154 352 111 66 0 10 340 120 72
Binary 1000000 1101100 11101010 1001001 110110 0 1000 11100000 1010000 111010

Color Harmonies of #406CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CEA

Black with #406CEA

Text Example


Text Example

White with #406CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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