Html Css Color HEX #408AEA Royal Blue

📋 copy color: '#408AEA'

red 64 ◦ green 138 ◦ blue 234

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

Shades of Royal Blue #408AEA

Tints of Royal Blue #408AEA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.65%

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 14.68%
G = 31.65%
B = 53.67%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#408AEA (or 0x408AEA) is known color: Royal Blue. HEX triplet: 40, 8A and EA. RGB value is (64,138,234). Sum of RGB (Red+Green+Blue) = 64+138+234=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #408AEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408AEA is #BF7515. Grayscale: #7E7E7E. Windows color (decimal): -12547350 or 15370816. OLE color: 15370816.

HSL color Cylindrical-coordinate representation of color #408AEA: hue angle of 213.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #408AEA is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 138 234 -
CMYK 0.73 0.41 0 0.08
HSL 213.88º 0.8% 0.58% -
HSV(B) 213.88º 0.73% 0.92% -
XYZ 26.05 25.21 81.33 -
YUV 126.82 188.48 83.19 -
System Red Green Blue C M Y K H S L
Decimal 64 138 234 0.73 0.41 0 0.08 213.88 0.8 0.58
Hex 40 8A EA 49 29 0 8 D6 50 3A
Octal 100 212 352 111 51 0 10 326 120 72
Binary 1000000 10001010 11101010 1001001 101001 0 1000 11010110 1010000 111010

Color Harmonies of #408AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408AEA

Black with #408AEA

Text Example


Text Example

White with #408AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #408AEA;
 }
 .AnyTagClassName
 {
   color: #408AEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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