Html Css Color HEX #408DC0 Curious Blue

📋 copy color: '#408DC0'

red 64 ◦ green 141 ◦ blue 192

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

Shades of Curious Blue #408DC0

Tints of Curious Blue #408DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.36%

R = 16.12%
G = 35.52%
B = 48.36%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#408DC0 (or 0x408DC0) is known color: Curious Blue. HEX triplet: 40, 8D and C0. RGB value is (64,141,192). Sum of RGB (Red+Green+Blue) = 64+141+192=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #408DC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DC0 is #BF723F. Grayscale: #7B7B7B. Windows color (decimal): -12546624 or 12619072. OLE color: 12619072.

HSL color Cylindrical-coordinate representation of color #408DC0: hue angle of 203.91º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #408DC0 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 141 192 -
CMYK 0.67 0.27 0 0.25
HSL 203.91º 0.5% 0.5% -
HSV(B) 203.91º 0.67% 0.75% -
XYZ 21.15 23.95 53.38 -
YUV 123.79 166.49 85.35 -
System Red Green Blue C M Y K H S L
Decimal 64 141 192 0.67 0.27 0 0.25 203.91 0.5 0.5
Hex 40 8D C0 43 1B 0 19 CC 32 32
Octal 100 215 300 103 33 0 31 314 62 62
Binary 1000000 10001101 11000000 1000011 11011 0 11001 11001100 110010 110010

Color Harmonies of #408DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408DC0

Black with #408DC0

Text Example


Text Example

White with #408DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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