Html Css Color HEX #406CCD Royal Blue

📋 copy color: '#406CCD'

red 64 ◦ green 108 ◦ blue 205

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

Shades of Royal Blue #406CCD

Tints of Royal Blue #406CCD

RGB

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

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

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

R = 16.98%
G = 28.65%
B = 54.38%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#406CCD (or 0x406CCD) is known color: Royal Blue. HEX triplet: 40, 6C and CD. RGB value is (64,108,205). Sum of RGB (Red+Green+Blue) = 64+108+205=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #406CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CCD is #BF9332. Grayscale: #696969. Windows color (decimal): -12555059 or 13462592. OLE color: 13462592.

HSL color Cylindrical-coordinate representation of color #406CCD: hue angle of 221.28º 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 #406CCD is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 108 205 -
CMYK 0.69 0.47 0 0.20
HSL 221.28º 0.59% 0.53% -
HSV(B) 221.28º 0.69% 0.8% -
XYZ 18.5 16.22 59.91 -
YUV 105.9 183.92 98.11 -
System Red Green Blue C M Y K H S L
Decimal 64 108 205 0.69 0.47 0 0.20 221.28 0.59 0.53
Hex 40 6C CD 45 2F 0 14 DD 3B 35
Octal 100 154 315 105 57 0 24 335 73 65
Binary 1000000 1101100 11001101 1000101 101111 0 10100 11011101 111011 110101

Color Harmonies of #406CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CCD

Black with #406CCD

Text Example


Text Example

White with #406CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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