Html Css Color HEX #406ACE Royal Blue

📋 copy color: '#406ACE'

red 64 ◦ green 106 ◦ blue 206

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

Shades of Royal Blue #406ACE

Tints of Royal Blue #406ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 17.02%
G = 28.19%
B = 54.79%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#406ACE (or 0x406ACE) is known color: Royal Blue. HEX triplet: 40, 6A and CE. RGB value is (64,106,206). Sum of RGB (Red+Green+Blue) = 64+106+206=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #406ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ACE is #BF9531. Grayscale: #686868. Windows color (decimal): -12555570 or 13527616. OLE color: 13527616.

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

Color convert

RGB 64 106 206 -
CMYK 0.69 0.49 0 0.19
HSL 222.25º 0.59% 0.53% -
HSV(B) 222.25º 0.69% 0.81% -
XYZ 18.41 15.85 60.48 -
YUV 104.84 185.09 98.87 -
System Red Green Blue C M Y K H S L
Decimal 64 106 206 0.69 0.49 0 0.19 222.25 0.59 0.53
Hex 40 6A CE 45 31 0 13 DE 3B 35
Octal 100 152 316 105 61 0 23 336 73 65
Binary 1000000 1101010 11001110 1000101 110001 0 10011 11011110 111011 110101

Color Harmonies of #406ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406ACE

Black with #406ACE

Text Example


Text Example

White with #406ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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