Html Css Color HEX #406DDE Royal Blue

📋 copy color: '#406DDE'

red 64 ◦ green 109 ◦ blue 222

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

Shades of Royal Blue #406DDE

Tints of Royal Blue #406DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.2%

R = 16.2%
G = 27.59%
B = 56.2%

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

#406DDE (or 0x406DDE) is known color: Royal Blue. HEX triplet: 40, 6D and DE. RGB value is (64,109,222). Sum of RGB (Red+Green+Blue) = 64+109+222=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #406DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DDE is #BF9221. Grayscale: #6B6B6B. Windows color (decimal): -12554786 or 14576960. OLE color: 14576960.

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

Color convert

RGB 64 109 222 -
CMYK 0.71 0.51 0 0.13
HSL 222.91º 0.71% 0.56% -
HSV(B) 222.91º 0.71% 0.87% -
XYZ 20.77 17.3 71.35 -
YUV 108.43 192.09 96.31 -
System Red Green Blue C M Y K H S L
Decimal 64 109 222 0.71 0.51 0 0.13 222.91 0.71 0.56
Hex 40 6D DE 47 33 0 D DF 47 38
Octal 100 155 336 107 63 0 15 337 107 70
Binary 1000000 1101101 11011110 1000111 110011 0 1101 11011111 1000111 111000

Color Harmonies of #406DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DDE

Black with #406DDE

Text Example


Text Example

White with #406DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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