Html Css Color HEX #406AD3 Royal Blue

📋 copy color: '#406AD3'

red 64 ◦ green 106 ◦ blue 211

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

Shades of Royal Blue #406AD3

Tints of Royal Blue #406AD3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.82%

 BLUE value IS 211 (82.81% from 255) = 55.38%

R = 16.8%
G = 27.82%
B = 55.38%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#406AD3 (or 0x406AD3) is known color: Royal Blue. HEX triplet: 40, 6A and D3. RGB value is (64,106,211). Sum of RGB (Red+Green+Blue) = 64+106+211=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 211 (82.81% from 255 or 55.38% from 381); Max value from RGB is 211 - color contains mainly: blue. Hex color #406AD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406AD3 is #BF952C. Grayscale: #686868. Windows color (decimal): -12555565 or 13855296. OLE color: 13855296.

HSL color Cylindrical-coordinate representation of color #406AD3: hue angle of 222.86º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #406AD3 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 64 106 211 -
CMYK 0.70 0.50 0 0.17
HSL 222.86º 0.63% 0.54% -
HSV(B) 222.86º 0.7% 0.83% -
XYZ 19.03 16.1 63.73 -
YUV 105.41 187.59 98.46 -
System Red Green Blue C M Y K H S L
Decimal 64 106 211 0.70 0.50 0 0.17 222.86 0.63 0.54
Hex 40 6A D3 46 32 0 11 DF 3F 36
Octal 100 152 323 106 62 0 21 337 77 66
Binary 1000000 1101010 11010011 1000110 110010 0 10001 11011111 111111 110110

Color Harmonies of #406AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AD3

Black with #406AD3

Text Example


Text Example

White with #406AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,106,211); }

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

background-color css

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

 a { background-color: rgb(64,106,211); }

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

border-color css

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

 span { border-color: rgb(64,106,211); }

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