Html Css Color HEX #406DEC Royal Blue

📋 copy color: '#406DEC'

red 64 ◦ green 109 ◦ blue 236

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

Shades of Royal Blue #406DEC

Tints of Royal Blue #406DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.65%

 BLUE value IS 236 (92.58% from 255) = 57.7%

R = 15.65%
G = 26.65%
B = 57.7%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#406DEC (or 0x406DEC) is known color: Royal Blue. HEX triplet: 40, 6D and EC. RGB value is (64,109,236). Sum of RGB (Red+Green+Blue) = 64+109+236=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #406DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406DEC is #BF9213. Grayscale: #6D6D6D. Windows color (decimal): -12554772 or 15494464. OLE color: 15494464.

HSL color Cylindrical-coordinate representation of color #406DEC: hue angle of 224.3º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #406DEC is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 109 236 -
CMYK 0.73 0.54 0 0.07
HSL 224.3º 0.82% 0.59% -
HSV(B) 224.3º 0.73% 0.93% -
XYZ 22.72 18.08 81.65 -
YUV 110.02 199.09 95.17 -
System Red Green Blue C M Y K H S L
Decimal 64 109 236 0.73 0.54 0 0.07 224.3 0.82 0.59
Hex 40 6D EC 49 36 0 7 E0 52 3B
Octal 100 155 354 111 66 0 7 340 122 73
Binary 1000000 1101101 11101100 1001001 110110 0 111 11100000 1010010 111011

Color Harmonies of #406DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DEC

Black with #406DEC

Text Example


Text Example

White with #406DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,109,236); }

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

background-color css

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

 a { background-color: rgb(64,109,236); }

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

border-color css

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

 span { border-color: rgb(64,109,236); }

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