Html Css Color HEX #408AC1 Curious Blue

📋 copy color: '#408AC1'

red 64 ◦ green 138 ◦ blue 193

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

Shades of Curious Blue #408AC1

Tints of Curious Blue #408AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.86%

R = 16.2%
G = 34.94%
B = 48.86%

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

#408AC1 (or 0x408AC1) is known color: Curious Blue. HEX triplet: 40, 8A and C1. RGB value is (64,138,193). Sum of RGB (Red+Green+Blue) = 64+138+193=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #408AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408AC1 is #BF753E. Grayscale: #797979. Windows color (decimal): -12547391 or 12683840. OLE color: 12683840.

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

Color convert

RGB 64 138 193 -
CMYK 0.67 0.28 0 0.24
HSL 205.58º 0.51% 0.5% -
HSV(B) 205.58º 0.67% 0.76% -
XYZ 20.83 23.12 53.82 -
YUV 122.14 167.98 86.53 -
System Red Green Blue C M Y K H S L
Decimal 64 138 193 0.67 0.28 0 0.24 205.58 0.51 0.5
Hex 40 8A C1 43 1C 0 18 CE 33 32
Octal 100 212 301 103 34 0 30 316 63 62
Binary 1000000 10001010 11000001 1000011 11100 0 11000 11001110 110011 110010

Color Harmonies of #408AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408AC1

Black with #408AC1

Text Example


Text Example

White with #408AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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