Html Css Color HEX #406ACD Royal Blue

📋 copy color: '#406ACD'

red 64 ◦ green 106 ◦ blue 205

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

Shades of Royal Blue #406ACD

Tints of Royal Blue #406ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.27%

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

R = 17.07%
G = 28.27%
B = 54.67%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#406ACD (or 0x406ACD) is known color: Royal Blue. HEX triplet: 40, 6A and CD. RGB value is (64,106,205). Sum of RGB (Red+Green+Blue) = 64+106+205=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #406ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ACD is #BF9532. Grayscale: #686868. Windows color (decimal): -12555571 or 13462080. OLE color: 13462080.

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

Color convert

RGB 64 106 205 -
CMYK 0.69 0.48 0 0.20
HSL 222.13º 0.59% 0.53% -
HSV(B) 222.13º 0.69% 0.8% -
XYZ 18.29 15.81 59.84 -
YUV 104.73 184.59 98.95 -
System Red Green Blue C M Y K H S L
Decimal 64 106 205 0.69 0.48 0 0.20 222.13 0.59 0.53
Hex 40 6A CD 45 30 0 14 DE 3B 35
Octal 100 152 315 105 60 0 24 336 73 65
Binary 1000000 1101010 11001101 1000101 110000 0 10100 11011110 111011 110101

Color Harmonies of #406ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406ACD

Black with #406ACD

Text Example


Text Example

White with #406ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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