Html Css Color HEX #406CDC Royal Blue

📋 copy color: '#406CDC'

red 64 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #406CDC

Tints of Royal Blue #406CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.55%

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

R = 16.33%
G = 27.55%
B = 56.12%

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

#406CDC (or 0x406CDC) is known color: Royal Blue. HEX triplet: 40, 6C and DC. RGB value is (64,108,220). Sum of RGB (Red+Green+Blue) = 64+108+220=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #406CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CDC is #BF9323. Grayscale: #6B6B6B. Windows color (decimal): -12555044 or 14445632. OLE color: 14445632.

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

Color convert

RGB 64 108 220 -
CMYK 0.71 0.51 0 0.14
HSL 223.08º 0.69% 0.56% -
HSV(B) 223.08º 0.71% 0.86% -
XYZ 20.4 16.98 69.91 -
YUV 107.61 191.42 96.89 -
System Red Green Blue C M Y K H S L
Decimal 64 108 220 0.71 0.51 0 0.14 223.08 0.69 0.56
Hex 40 6C DC 47 33 0 E DF 45 38
Octal 100 154 334 107 63 0 16 337 105 70
Binary 1000000 1101100 11011100 1000111 110011 0 1110 11011111 1000101 111000

Color Harmonies of #406CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CDC

Black with #406CDC

Text Example


Text Example

White with #406CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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