Html Css Color HEX #408AC0 Curious Blue

📋 copy color: '#408AC0'

red 64 ◦ green 138 ◦ blue 192

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

Shades of Curious Blue #408AC0

Tints of Curious Blue #408AC0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.03%

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

R = 16.24%
G = 35.03%
B = 48.73%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#408AC0 (or 0x408AC0) is known color: Curious Blue. HEX triplet: 40, 8A and C0. RGB value is (64,138,192). Sum of RGB (Red+Green+Blue) = 64+138+192=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #408AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408AC0 is #BF753F. Grayscale: #797979. Windows color (decimal): -12547392 or 12618304. OLE color: 12618304.

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

Color convert

RGB 64 138 192 -
CMYK 0.67 0.28 0 0.25
HSL 205.31º 0.5% 0.5% -
HSV(B) 205.31º 0.67% 0.75% -
XYZ 20.72 23.07 53.23 -
YUV 122.03 167.48 86.61 -
System Red Green Blue C M Y K H S L
Decimal 64 138 192 0.67 0.28 0 0.25 205.31 0.5 0.5
Hex 40 8A C0 43 1C 0 19 CD 32 32
Octal 100 212 300 103 34 0 31 315 62 62
Binary 1000000 10001010 11000000 1000011 11100 0 11001 11001101 110010 110010

Color Harmonies of #408AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408AC0

Black with #408AC0

Text Example


Text Example

White with #408AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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