Html Css Color HEX #406DDD Royal Blue

📋 copy color: '#406DDD'

red 64 ◦ green 109 ◦ blue 221

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

Shades of Royal Blue #406DDD

Tints of Royal Blue #406DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 16.24%
G = 27.66%
B = 56.09%

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

#406DDD (or 0x406DDD) is known color: Royal Blue. HEX triplet: 40, 6D and DD. RGB value is (64,109,221). Sum of RGB (Red+Green+Blue) = 64+109+221=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #406DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DDD is #BF9222. Grayscale: #6B6B6B. Windows color (decimal): -12554787 or 14511424. OLE color: 14511424.

HSL color Cylindrical-coordinate representation of color #406DDD: hue angle of 222.8º degrees, saturation: 0.7, 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 #406DDD is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 109 221 -
CMYK 0.71 0.51 0 0.13
HSL 222.8º 0.7% 0.56% -
HSV(B) 222.8º 0.71% 0.87% -
XYZ 20.63 17.25 70.65 -
YUV 108.31 191.59 96.39 -
System Red Green Blue C M Y K H S L
Decimal 64 109 221 0.71 0.51 0 0.13 222.8 0.7 0.56
Hex 40 6D DD 47 33 0 D DF 46 38
Octal 100 155 335 107 63 0 15 337 106 70
Binary 1000000 1101101 11011101 1000111 110011 0 1101 11011111 1000110 111000

Color Harmonies of #406DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DDD

Black with #406DDD

Text Example


Text Example

White with #406DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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