Html Css Color HEX #406BDC Royal Blue

📋 copy color: '#406BDC'

red 64 ◦ green 107 ◦ blue 220

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

Shades of Royal Blue #406BDC

Tints of Royal Blue #406BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.37%

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

R = 16.37%
G = 27.37%
B = 56.27%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#406BDC (or 0x406BDC) is known color: Royal Blue. HEX triplet: 40, 6B and DC. RGB value is (64,107,220). Sum of RGB (Red+Green+Blue) = 64+107+220=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #406BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BDC is #BF9423. Grayscale: #6A6A6A. Windows color (decimal): -12555300 or 14445376. OLE color: 14445376.

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

Color convert

RGB 64 107 220 -
CMYK 0.71 0.51 0 0.14
HSL 223.46º 0.69% 0.56% -
HSV(B) 223.46º 0.71% 0.86% -
XYZ 20.29 16.77 69.88 -
YUV 107.03 191.75 97.31 -
System Red Green Blue C M Y K H S L
Decimal 64 107 220 0.71 0.51 0 0.14 223.46 0.69 0.56
Hex 40 6B DC 47 33 0 E DF 45 38
Octal 100 153 334 107 63 0 16 337 105 70
Binary 1000000 1101011 11011100 1000111 110011 0 1110 11011111 1000101 111000

Color Harmonies of #406BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BDC

Black with #406BDC

Text Example


Text Example

White with #406BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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