Html Css Color HEX #406FDC Royal Blue

📋 copy color: '#406FDC'

red 64 ◦ green 111 ◦ blue 220

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

Shades of Royal Blue #406FDC

Tints of Royal Blue #406FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.1%

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

R = 16.2%
G = 28.1%
B = 55.7%

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

#406FDC (or 0x406FDC) is known color: Royal Blue. HEX triplet: 40, 6F and DC. RGB value is (64,111,220). Sum of RGB (Red+Green+Blue) = 64+111+220=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #406FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FDC is #BF9023. Grayscale: #6C6C6C. Windows color (decimal): -12554276 or 14446400. OLE color: 14446400.

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

Color convert

RGB 64 111 220 -
CMYK 0.71 0.50 0 0.14
HSL 221.92º 0.69% 0.56% -
HSV(B) 221.92º 0.71% 0.86% -
XYZ 20.72 17.63 70.02 -
YUV 109.37 190.43 95.64 -
System Red Green Blue C M Y K H S L
Decimal 64 111 220 0.71 0.50 0 0.14 221.92 0.69 0.56
Hex 40 6F DC 47 32 0 E DE 45 38
Octal 100 157 334 107 62 0 16 336 105 70
Binary 1000000 1101111 11011100 1000111 110010 0 1110 11011110 1000101 111000

Color Harmonies of #406FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FDC

Black with #406FDC

Text Example


Text Example

White with #406FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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