Html Css Color HEX #406FCD Royal Blue

📋 copy color: '#406FCD'

red 64 ◦ green 111 ◦ blue 205

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

Shades of Royal Blue #406FCD

Tints of Royal Blue #406FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.95%

R = 16.84%
G = 29.21%
B = 53.95%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#406FCD (or 0x406FCD) is known color: Royal Blue. HEX triplet: 40, 6F and CD. RGB value is (64,111,205). Sum of RGB (Red+Green+Blue) = 64+111+205=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #406FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FCD is #BF9032. Grayscale: #6B6B6B. Windows color (decimal): -12554291 or 13463360. OLE color: 13463360.

HSL color Cylindrical-coordinate representation of color #406FCD: hue angle of 220º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #406FCD is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 111 205 -
CMYK 0.69 0.46 0 0.20
HSL 220º 0.59% 0.53% -
HSV(B) 220º 0.69% 0.8% -
XYZ 18.82 16.87 60.02 -
YUV 107.66 182.93 96.86 -
System Red Green Blue C M Y K H S L
Decimal 64 111 205 0.69 0.46 0 0.20 220 0.59 0.53
Hex 40 6F CD 45 2E 0 14 DC 3B 35
Octal 100 157 315 105 56 0 24 334 73 65
Binary 1000000 1101111 11001101 1000101 101110 0 10100 11011100 111011 110101

Color Harmonies of #406FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FCD

Black with #406FCD

Text Example


Text Example

White with #406FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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