Html Css Color HEX #406EDC Royal Blue

📋 copy color: '#406EDC'

red 64 ◦ green 110 ◦ blue 220

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

Shades of Royal Blue #406EDC

Tints of Royal Blue #406EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.92%

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 16.24%
G = 27.92%
B = 55.84%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#406EDC (or 0x406EDC) is known color: Royal Blue. HEX triplet: 40, 6E and DC. RGB value is (64,110,220). Sum of RGB (Red+Green+Blue) = 64+110+220=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #406EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406EDC is #BF9123. Grayscale: #6C6C6C. Windows color (decimal): -12554532 or 14446144. OLE color: 14446144.

HSL color Cylindrical-coordinate representation of color #406EDC: hue angle of 222.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406EDC is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 110 220 -
CMYK 0.71 0.50 0 0.14
HSL 222.31º 0.69% 0.56% -
HSV(B) 222.31º 0.71% 0.86% -
XYZ 20.61 17.41 69.98 -
YUV 108.79 190.76 96.06 -
System Red Green Blue C M Y K H S L
Decimal 64 110 220 0.71 0.50 0 0.14 222.31 0.69 0.56
Hex 40 6E DC 47 32 0 E DE 45 38
Octal 100 156 334 107 62 0 16 336 105 70
Binary 1000000 1101110 11011100 1000111 110010 0 1110 11011110 1000101 111000

Color Harmonies of #406EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406EDC

Black with #406EDC

Text Example


Text Example

White with #406EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,110,220); }

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

background-color css

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

 a { background-color: rgb(64,110,220); }

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

border-color css

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

 span { border-color: rgb(64,110,220); }

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