Html Css Color HEX #406DEF Royal Blue

📋 copy color: '#406DEF'

red 64 ◦ green 109 ◦ blue 239

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

Shades of Royal Blue #406DEF

Tints of Royal Blue #406DEF

RGB

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

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

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

R = 15.53%
G = 26.46%
B = 58.01%

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

#406DEF (or 0x406DEF) is known color: Royal Blue. HEX triplet: 40, 6D and EF. RGB value is (64,109,239). Sum of RGB (Red+Green+Blue) = 64+109+239=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #406DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406DEF is #BF9210. Grayscale: #6D6D6D. Windows color (decimal): -12554769 or 15691072. OLE color: 15691072.

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

Color convert

RGB 64 109 239 -
CMYK 0.73 0.54 0 0.06
HSL 224.57º 0.85% 0.59% -
HSV(B) 224.57º 0.73% 0.94% -
XYZ 23.16 18.26 83.96 -
YUV 110.37 200.59 94.93 -
System Red Green Blue C M Y K H S L
Decimal 64 109 239 0.73 0.54 0 0.06 224.57 0.85 0.59
Hex 40 6D EF 49 36 0 6 E1 55 3B
Octal 100 155 357 111 66 0 6 341 125 73
Binary 1000000 1101101 11101111 1001001 110110 0 110 11100001 1010101 111011

Color Harmonies of #406DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DEF

Black with #406DEF

Text Example


Text Example

White with #406DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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