Html Css Color HEX #406EC7 Royal Blue

📋 copy color: '#406EC7'

red 64 ◦ green 110 ◦ blue 199

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

Shades of Royal Blue #406EC7

Tints of Royal Blue #406EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 53.35%

R = 17.16%
G = 29.49%
B = 53.35%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#406EC7 (or 0x406EC7) is known color: Royal Blue. HEX triplet: 40, 6E and C7. RGB value is (64,110,199). Sum of RGB (Red+Green+Blue) = 64+110+199=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 199 (78.12% from 255 or 53.35% from 373); Max value from RGB is 199 - color contains mainly: blue. Hex color #406EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406EC7 is #BF9138. Grayscale: #696969. Windows color (decimal): -12554553 or 13069888. OLE color: 13069888.

HSL color Cylindrical-coordinate representation of color #406EC7: hue angle of 219.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406EC7 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 110 199 -
CMYK 0.68 0.45 0 0.22
HSL 219.56º 0.55% 0.52% -
HSV(B) 219.56º 0.68% 0.78% -
XYZ 18 16.37 56.24 -
YUV 106.39 180.26 97.76 -
System Red Green Blue C M Y K H S L
Decimal 64 110 199 0.68 0.45 0 0.22 219.56 0.55 0.52
Hex 40 6E C7 44 2D 0 16 DC 37 34
Octal 100 156 307 104 55 0 26 334 67 64
Binary 1000000 1101110 11000111 1000100 101101 0 10110 11011100 110111 110100

Color Harmonies of #406EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406EC7

Black with #406EC7

Text Example


Text Example

White with #406EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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