Html Css Color HEX #408AC6 Curious Blue

📋 copy color: '#408AC6'

red 64 ◦ green 138 ◦ blue 198

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

Shades of Curious Blue #408AC6

Tints of Curious Blue #408AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.5%

R = 16%
G = 34.5%
B = 49.5%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#408AC6 (or 0x408AC6) is known color: Curious Blue. HEX triplet: 40, 8A and C6. RGB value is (64,138,198). Sum of RGB (Red+Green+Blue) = 64+138+198=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 198 (77.73% from 255 or 49.5% from 400); Max value from RGB is 198 - color contains mainly: blue. Hex color #408AC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408AC6 is #BF7539. Grayscale: #7A7A7A. Windows color (decimal): -12547386 or 13011520. OLE color: 13011520.

HSL color Cylindrical-coordinate representation of color #408AC6: hue angle of 206.87º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #408AC6 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 138 198 -
CMYK 0.68 0.30 0 0.22
HSL 206.87º 0.54% 0.51% -
HSV(B) 206.87º 0.68% 0.78% -
XYZ 21.4 23.34 56.8 -
YUV 122.71 170.48 86.12 -
System Red Green Blue C M Y K H S L
Decimal 64 138 198 0.68 0.30 0 0.22 206.87 0.54 0.51
Hex 40 8A C6 44 1E 0 16 CF 36 33
Octal 100 212 306 104 36 0 26 317 66 63
Binary 1000000 10001010 11000110 1000100 11110 0 10110 11001111 110110 110011

Color Harmonies of #408AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408AC6

Black with #408AC6

Text Example


Text Example

White with #408AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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