Html Css Color HEX #406EEB Royal Blue

📋 copy color: '#406EEB'

red 64 ◦ green 110 ◦ blue 235

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

Shades of Royal Blue #406EEB

Tints of Royal Blue #406EEB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.89%

 BLUE value IS 235 (92.19% from 255) = 57.46%

R = 15.65%
G = 26.89%
B = 57.46%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#406EEB (or 0x406EEB) is known color: Royal Blue. HEX triplet: 40, 6E and EB. RGB value is (64,110,235). Sum of RGB (Red+Green+Blue) = 64+110+235=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #406EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406EEB is #BF9114. Grayscale: #6D6D6D. Windows color (decimal): -12554517 or 15429184. OLE color: 15429184.

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

Color convert

RGB 64 110 235 -
CMYK 0.73 0.53 0 0.08
HSL 223.86º 0.81% 0.59% -
HSV(B) 223.86º 0.73% 0.92% -
XYZ 22.69 18.24 80.92 -
YUV 110.5 198.26 94.84 -
System Red Green Blue C M Y K H S L
Decimal 64 110 235 0.73 0.53 0 0.08 223.86 0.81 0.59
Hex 40 6E EB 49 35 0 8 E0 51 3B
Octal 100 156 353 111 65 0 10 340 121 73
Binary 1000000 1101110 11101011 1001001 110101 0 1000 11100000 1010001 111011

Color Harmonies of #406EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406EEB

Black with #406EEB

Text Example


Text Example

White with #406EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,110,235); }

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

background-color css

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

 a { background-color: rgb(64,110,235); }

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

border-color css

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

 span { border-color: rgb(64,110,235); }

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