Html Css Color HEX #408CC2 Curious Blue

📋 copy color: '#408CC2'

red 64 ◦ green 140 ◦ blue 194

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

Shades of Curious Blue #408CC2

Tints of Curious Blue #408CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.74%

R = 16.08%
G = 35.18%
B = 48.74%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#408CC2 (or 0x408CC2) is known color: Curious Blue. HEX triplet: 40, 8C and C2. RGB value is (64,140,194). Sum of RGB (Red+Green+Blue) = 64+140+194=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #408CC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CC2 is #BF733D. Grayscale: #7B7B7B. Windows color (decimal): -12546878 or 12749888. OLE color: 12749888.

HSL color Cylindrical-coordinate representation of color #408CC2: hue angle of 204.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #408CC2 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 140 194 -
CMYK 0.67 0.28 0 0.24
HSL 204.92º 0.52% 0.51% -
HSV(B) 204.92º 0.67% 0.76% -
XYZ 21.23 23.74 54.5 -
YUV 123.43 167.82 85.61 -
System Red Green Blue C M Y K H S L
Decimal 64 140 194 0.67 0.28 0 0.24 204.92 0.52 0.51
Hex 40 8C C2 43 1C 0 18 CD 34 33
Octal 100 214 302 103 34 0 30 315 64 63
Binary 1000000 10001100 11000010 1000011 11100 0 11000 11001101 110100 110011

Color Harmonies of #408CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CC2

Black with #408CC2

Text Example


Text Example

White with #408CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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