Html Css Color HEX #406CE5 Royal Blue

📋 copy color: '#406CE5'

red 64 ◦ green 108 ◦ blue 229

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

Shades of Royal Blue #406CE5

Tints of Royal Blue #406CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 57.11%

R = 15.96%
G = 26.93%
B = 57.11%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#406CE5 (or 0x406CE5) is known color: Royal Blue. HEX triplet: 40, 6C and E5. RGB value is (64,108,229). Sum of RGB (Red+Green+Blue) = 64+108+229=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 229 (89.84% from 255 or 57.11% from 401); Max value from RGB is 229 - color contains mainly: blue. Hex color #406CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CE5 is #BF931A. Grayscale: #6C6C6C. Windows color (decimal): -12555035 or 15035456. OLE color: 15035456.

HSL color Cylindrical-coordinate representation of color #406CE5: hue angle of 224º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #406CE5 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 108 229 -
CMYK 0.72 0.53 0 0.10
HSL 224º 0.76% 0.57% -
HSV(B) 224º 0.72% 0.9% -
XYZ 21.62 17.47 76.36 -
YUV 108.64 195.92 96.16 -
System Red Green Blue C M Y K H S L
Decimal 64 108 229 0.72 0.53 0 0.10 224 0.76 0.57
Hex 40 6C E5 48 35 0 A E0 4C 39
Octal 100 154 345 110 65 0 12 340 114 71
Binary 1000000 1101100 11100101 1001000 110101 0 1010 11100000 1001100 111001

Color Harmonies of #406CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CE5

Black with #406CE5

Text Example


Text Example

White with #406CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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