Html Css Color HEX #408ED5 Curious Blue

📋 copy color: '#408ED5'

red 64 ◦ green 142 ◦ blue 213

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

Shades of Curious Blue #408ED5

Tints of Curious Blue #408ED5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.89%

 BLUE value IS 213 (83.59% from 255) = 50.84%

R = 15.27%
G = 33.89%
B = 50.84%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#408ED5 (or 0x408ED5) is known color: Curious Blue. HEX triplet: 40, 8E and D5. RGB value is (64,142,213). Sum of RGB (Red+Green+Blue) = 64+142+213=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #408ED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408ED5 is #BF712A. Grayscale: #7E7E7E. Windows color (decimal): -12546347 or 13995584. OLE color: 13995584.

HSL color Cylindrical-coordinate representation of color #408ED5: hue angle of 208.59º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #408ED5 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 142 213 -
CMYK 0.70 0.33 0 0.16
HSL 208.59º 0.64% 0.54% -
HSV(B) 208.59º 0.7% 0.84% -
XYZ 23.8 25.24 66.57 -
YUV 126.77 176.66 83.23 -
System Red Green Blue C M Y K H S L
Decimal 64 142 213 0.70 0.33 0 0.16 208.59 0.64 0.54
Hex 40 8E D5 46 21 0 10 D1 40 36
Octal 100 216 325 106 41 0 20 321 100 66
Binary 1000000 10001110 11010101 1000110 100001 0 10000 11010001 1000000 110110

Color Harmonies of #408ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408ED5

Black with #408ED5

Text Example


Text Example

White with #408ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,142,213); }

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

background-color css

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

 a { background-color: rgb(64,142,213); }

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

border-color css

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

 span { border-color: rgb(64,142,213); }

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