Html Css Color HEX #406DDF Royal Blue

📋 copy color: '#406DDF'

red 64 ◦ green 109 ◦ blue 223

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

Shades of Royal Blue #406DDF

Tints of Royal Blue #406DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.31%

R = 16.16%
G = 27.53%
B = 56.31%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#406DDF (or 0x406DDF) is known color: Royal Blue. HEX triplet: 40, 6D and DF. RGB value is (64,109,223). Sum of RGB (Red+Green+Blue) = 64+109+223=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #406DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DDF is #BF9220. Grayscale: #6C6C6C. Windows color (decimal): -12554785 or 14642496. OLE color: 14642496.

HSL color Cylindrical-coordinate representation of color #406DDF: hue angle of 223.02º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406DDF is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 109 223 -
CMYK 0.71 0.51 0 0.13
HSL 223.02º 0.71% 0.56% -
HSV(B) 223.02º 0.71% 0.87% -
XYZ 20.9 17.35 72.06 -
YUV 108.54 192.59 96.23 -
System Red Green Blue C M Y K H S L
Decimal 64 109 223 0.71 0.51 0 0.13 223.02 0.71 0.56
Hex 40 6D DF 47 33 0 D DF 47 38
Octal 100 155 337 107 63 0 15 337 107 70
Binary 1000000 1101101 11011111 1000111 110011 0 1101 11011111 1000111 111000

Color Harmonies of #406DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DDF

Black with #406DDF

Text Example


Text Example

White with #406DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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