#408AE5

Color #408AE5 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #408AE5

Tints of Royal Blue #408AE5

Color information

#408AE5 (or 0x408AE5) is unknown color: approx Royal Blue. HEX triplet: 40, 8A and E5. RGB value is (64,138,229). Sum of RGB (Red+Green+Blue) = 64+138+229=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 229 (89.84% from 255 or 53.13% from 431); Max value from RGB is 229 - color contains mainly: blue. Hex color #408AE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408AE5 is #BF751A. Grayscale: #7D7D7D. Windows color (decimal): -12547355 or 15043136. OLE color: 15043136.

HSL color Cylindrical-coordinate representation of color #408AE5: hue angle of 213.09º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #408AE5 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB64138229-
CMYK0.720.4000.10
HSL213.09º76.04%57.45%-
HSV(B)213.09º72.05%89.8%-
XYZ25.3524.9277.6-
YUV126.25185.9883.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.85%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 229 (89.84% from 255) = 53.13%
R=14.85%
G=32.02%
B=53.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal641382290.720.4000.10213.0976.0457.45
Hex408AE548280Ad54c39
Octal1002123451105001232511471
Binary10000001000101011100101100100010100001010110101011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408AE5; }

 p { color: rgb(64,138,229); }

 H1.HeaderClassName
 {
   color: #408AE5;
 }
 .AnyTagClassName
 {
   color: #408AE5;
 }
</style>
background-color css

<style>
 a { background-color: #408AE5; }

 a { background-color: rgb(64,138,229); }

 div.DivClassName
 {
   background-color: #408AE5;
 }
 .BgClassName
 {
   background-color: #408AE5;
 }
</style>
border-color css

<style>
 span { border-color: #408AE5; }

 span { border-color: rgb(64,138,229); }

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