Html Css Color HEX #408DB6 Curious Blue

📋 copy color: '#408DB6'

red 64 ◦ green 141 ◦ blue 182

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

Shades of Curious Blue #408DB6

Tints of Curious Blue #408DB6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.43%

 BLUE value IS 182 (71.48% from 255) = 47.03%

R = 16.54%
G = 36.43%
B = 47.03%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#408DB6 (or 0x408DB6) is known color: Curious Blue. HEX triplet: 40, 8D and B6. RGB value is (64,141,182). Sum of RGB (Red+Green+Blue) = 64+141+182=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 182 - color contains mainly: blue. Hex color #408DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DB6 is #BF7249. Grayscale: #7A7A7A. Windows color (decimal): -12546634 or 11963712. OLE color: 11963712.

HSL color Cylindrical-coordinate representation of color #408DB6: hue angle of 200.85º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #408DB6 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 141 182 -
CMYK 0.65 0.23 0 0.29
HSL 200.85º 0.48% 0.48% -
HSV(B) 200.85º 0.65% 0.71% -
XYZ 20.08 23.52 47.74 -
YUV 122.65 161.49 86.17 -
System Red Green Blue C M Y K H S L
Decimal 64 141 182 0.65 0.23 0 0.29 200.85 0.48 0.48
Hex 40 8D B6 41 17 0 1D C9 30 30
Octal 100 215 266 101 27 0 35 311 60 60
Binary 1000000 10001101 10110110 1000001 10111 0 11101 11001001 110000 110000

Color Harmonies of #408DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408DB6

Black with #408DB6

Text Example


Text Example

White with #408DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,141,182); }

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

background-color css

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

 a { background-color: rgb(64,141,182); }

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

border-color css

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

 span { border-color: rgb(64,141,182); }

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