Html Css Color HEX #408DD0 Curious Blue

📋 copy color: '#408DD0'

red 64 ◦ green 141 ◦ blue 208

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

Shades of Curious Blue #408DD0

Tints of Curious Blue #408DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.36%

R = 15.5%
G = 34.14%
B = 50.36%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#408DD0 (or 0x408DD0) is known color: Curious Blue. HEX triplet: 40, 8D and D0. RGB value is (64,141,208). Sum of RGB (Red+Green+Blue) = 64+141+208=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #408DD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DD0 is #BF722F. Grayscale: #7D7D7D. Windows color (decimal): -12546608 or 13667648. OLE color: 13667648.

HSL color Cylindrical-coordinate representation of color #408DD0: hue angle of 207.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #408DD0 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 141 208 -
CMYK 0.69 0.32 0 0.18
HSL 207.92º 0.61% 0.53% -
HSV(B) 207.92º 0.69% 0.82% -
XYZ 23.02 24.69 63.23 -
YUV 125.62 174.49 84.05 -
System Red Green Blue C M Y K H S L
Decimal 64 141 208 0.69 0.32 0 0.18 207.92 0.61 0.53
Hex 40 8D D0 45 20 0 12 D0 3D 35
Octal 100 215 320 105 40 0 22 320 75 65
Binary 1000000 10001101 11010000 1000101 100000 0 10010 11010000 111101 110101

Color Harmonies of #408DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408DD0

Black with #408DD0

Text Example


Text Example

White with #408DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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