Html Css Color HEX #408DD7 Curious Blue

📋 copy color: '#408DD7'

red 64 ◦ green 141 ◦ blue 215

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

Shades of Curious Blue #408DD7

Tints of Curious Blue #408DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.19%

R = 15.24%
G = 33.57%
B = 51.19%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#408DD7 (or 0x408DD7) is known color: Curious Blue. HEX triplet: 40, 8D and D7. RGB value is (64,141,215). Sum of RGB (Red+Green+Blue) = 64+141+215=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 215 (84.38% from 255 or 51.19% from 420); Max value from RGB is 215 - color contains mainly: blue. Hex color #408DD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DD7 is #BF7228. Grayscale: #7E7E7E. Windows color (decimal): -12546601 or 14126400. OLE color: 14126400.

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

Color convert

RGB 64 141 215 -
CMYK 0.70 0.34 0 0.16
HSL 209.4º 0.65% 0.55% -
HSV(B) 209.4º 0.7% 0.84% -
XYZ 23.9 25.05 67.86 -
YUV 126.41 177.99 83.48 -
System Red Green Blue C M Y K H S L
Decimal 64 141 215 0.70 0.34 0 0.16 209.4 0.65 0.55
Hex 40 8D D7 46 22 0 10 D1 41 37
Octal 100 215 327 106 42 0 20 321 101 67
Binary 1000000 10001101 11010111 1000110 100010 0 10000 11010001 1000001 110111

Color Harmonies of #408DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408DD7

Black with #408DD7

Text Example


Text Example

White with #408DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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