Html Css Color HEX #408CD8 Curious Blue

📋 copy color: '#408CD8'

red 64 ◦ green 140 ◦ blue 216

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

Shades of Curious Blue #408CD8

Tints of Curious Blue #408CD8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

 BLUE value IS 216 (84.77% from 255) = 51.43%

R = 15.24%
G = 33.33%
B = 51.43%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#408CD8 (or 0x408CD8) is known color: Curious Blue. HEX triplet: 40, 8C and D8. RGB value is (64,140,216). Sum of RGB (Red+Green+Blue) = 64+140+216=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #408CD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CD8 is #BF7327. Grayscale: #7D7D7D. Windows color (decimal): -12546856 or 14191680. OLE color: 14191680.

HSL color Cylindrical-coordinate representation of color #408CD8: hue angle of 210º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #408CD8 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 140 216 -
CMYK 0.70 0.35 0 0.15
HSL 210º 0.66% 0.55% -
HSV(B) 210º 0.7% 0.85% -
XYZ 23.89 24.8 68.49 -
YUV 125.94 178.82 83.82 -
System Red Green Blue C M Y K H S L
Decimal 64 140 216 0.70 0.35 0 0.15 210 0.66 0.55
Hex 40 8C D8 46 23 0 F D2 42 37
Octal 100 214 330 106 43 0 17 322 102 67
Binary 1000000 10001100 11011000 1000110 100011 0 1111 11010010 1000010 110111

Color Harmonies of #408CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CD8

Black with #408CD8

Text Example


Text Example

White with #408CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,140,216); }

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

background-color css

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

 a { background-color: rgb(64,140,216); }

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

border-color css

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

 span { border-color: rgb(64,140,216); }

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