Html Css Color HEX #408EC4 Curious Blue

📋 copy color: '#408EC4'

red 64 ◦ green 142 ◦ blue 196

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

Shades of Curious Blue #408EC4

Tints of Curious Blue #408EC4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.32%

 BLUE value IS 196 (76.95% from 255) = 48.76%

R = 15.92%
G = 35.32%
B = 48.76%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#408EC4 (or 0x408EC4) is known color: Curious Blue. HEX triplet: 40, 8E and C4. RGB value is (64,142,196). Sum of RGB (Red+Green+Blue) = 64+142+196=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 196 (76.95% from 255 or 48.76% from 402); Max value from RGB is 196 - color contains mainly: blue. Hex color #408EC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408EC4 is #BF713B. Grayscale: #7C7C7C. Windows color (decimal): -12546364 or 12881472. OLE color: 12881472.

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

Color convert

RGB 64 142 196 -
CMYK 0.67 0.28 0 0.23
HSL 204.55º 0.53% 0.51% -
HSV(B) 204.55º 0.67% 0.77% -
XYZ 21.75 24.42 55.79 -
YUV 124.83 168.16 84.61 -
System Red Green Blue C M Y K H S L
Decimal 64 142 196 0.67 0.28 0 0.23 204.55 0.53 0.51
Hex 40 8E C4 43 1C 0 17 CD 35 33
Octal 100 216 304 103 34 0 27 315 65 63
Binary 1000000 10001110 11000100 1000011 11100 0 10111 11001101 110101 110011

Color Harmonies of #408EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408EC4

Black with #408EC4

Text Example


Text Example

White with #408EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,142,196); }

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

background-color css

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

 a { background-color: rgb(64,142,196); }

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

border-color css

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

 span { border-color: rgb(64,142,196); }

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