Html Css Color HEX #408CC0 Curious Blue

📋 copy color: '#408CC0'

red 64 ◦ green 140 ◦ blue 192

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

Shades of Curious Blue #408CC0

Tints of Curious Blue #408CC0

RGB

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

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

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

R = 16.16%
G = 35.35%
B = 48.48%

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

#408CC0 (or 0x408CC0) is known color: Curious Blue. HEX triplet: 40, 8C and C0. RGB value is (64,140,192). Sum of RGB (Red+Green+Blue) = 64+140+192=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #408CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CC0 is #BF733F. Grayscale: #7A7A7A. Windows color (decimal): -12546880 or 12618816. OLE color: 12618816.

HSL color Cylindrical-coordinate representation of color #408CC0: hue angle of 204.38º 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 #408CC0 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 140 192 -
CMYK 0.67 0.27 0 0.25
HSL 204.38º 0.5% 0.5% -
HSV(B) 204.38º 0.67% 0.75% -
XYZ 21.01 23.65 53.33 -
YUV 123.2 166.82 85.77 -
System Red Green Blue C M Y K H S L
Decimal 64 140 192 0.67 0.27 0 0.25 204.38 0.5 0.5
Hex 40 8C C0 43 1B 0 19 CC 32 32
Octal 100 214 300 103 33 0 31 314 62 62
Binary 1000000 10001100 11000000 1000011 11011 0 11001 11001100 110010 110010

Color Harmonies of #408CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CC0

Black with #408CC0

Text Example


Text Example

White with #408CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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