Html Css Color HEX #406EEF Royal Blue

📋 copy color: '#406EEF'

red 64 ◦ green 110 ◦ blue 239

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

Shades of Royal Blue #406EEF

Tints of Royal Blue #406EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.87%

R = 15.5%
G = 26.63%
B = 57.87%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#406EEF (or 0x406EEF) is known color: Royal Blue. HEX triplet: 40, 6E and EF. RGB value is (64,110,239). Sum of RGB (Red+Green+Blue) = 64+110+239=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #406EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406EEF is #BF9110. Grayscale: #6E6E6E. Windows color (decimal): -12554513 or 15691328. OLE color: 15691328.

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

Color convert

RGB 64 110 239 -
CMYK 0.73 0.54 0 0.06
HSL 224.23º 0.85% 0.59% -
HSV(B) 224.23º 0.73% 0.94% -
XYZ 23.27 18.47 84 -
YUV 110.95 200.26 94.51 -
System Red Green Blue C M Y K H S L
Decimal 64 110 239 0.73 0.54 0 0.06 224.23 0.85 0.59
Hex 40 6E EF 49 36 0 6 E0 55 3B
Octal 100 156 357 111 66 0 6 340 125 73
Binary 1000000 1101110 11101111 1001001 110110 0 110 11100000 1010101 111011

Color Harmonies of #406EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406EEF

Black with #406EEF

Text Example


Text Example

White with #406EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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