Html Css Color HEX #406AEC Royal Blue

📋 copy color: '#406AEC'

red 64 ◦ green 106 ◦ blue 236

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

Shades of Royal Blue #406AEC

Tints of Royal Blue #406AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.13%

R = 15.76%
G = 26.11%
B = 58.13%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#406AEC (or 0x406AEC) is known color: Royal Blue. HEX triplet: 40, 6A and EC. RGB value is (64,106,236). Sum of RGB (Red+Green+Blue) = 64+106+236=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #406AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406AEC is #BF9513. Grayscale: #6B6B6B. Windows color (decimal): -12555540 or 15493696. OLE color: 15493696.

HSL color Cylindrical-coordinate representation of color #406AEC: hue angle of 225.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #406AEC is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 106 236 -
CMYK 0.73 0.55 0 0.07
HSL 225.35º 0.82% 0.59% -
HSV(B) 225.35º 0.73% 0.93% -
XYZ 22.41 17.45 81.54 -
YUV 108.26 200.09 96.43 -
System Red Green Blue C M Y K H S L
Decimal 64 106 236 0.73 0.55 0 0.07 225.35 0.82 0.59
Hex 40 6A EC 49 37 0 7 E1 52 3B
Octal 100 152 354 111 67 0 7 341 122 73
Binary 1000000 1101010 11101100 1001001 110111 0 111 11100001 1010010 111011

Color Harmonies of #406AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AEC

Black with #406AEC

Text Example


Text Example

White with #406AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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