Html Css Color HEX #408ACC Curious Blue

📋 copy color: '#408ACC'

red 64 ◦ green 138 ◦ blue 204

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

Shades of Curious Blue #408ACC

Tints of Curious Blue #408ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 15.76%
G = 33.99%
B = 50.25%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#408ACC (or 0x408ACC) is known color: Curious Blue. HEX triplet: 40, 8A and CC. RGB value is (64,138,204). Sum of RGB (Red+Green+Blue) = 64+138+204=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #408ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408ACC is #BF7533. Grayscale: #7B7B7B. Windows color (decimal): -12547380 or 13404736. OLE color: 13404736.

HSL color Cylindrical-coordinate representation of color #408ACC: hue angle of 208.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #408ACC is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 138 204 -
CMYK 0.69 0.32 0 0.2
HSL 208.29º 0.58% 0.53% -
HSV(B) 208.29º 0.69% 0.8% -
XYZ 22.1 23.63 60.52 -
YUV 123.4 173.48 85.63 -
System Red Green Blue C M Y K H S L
Decimal 64 138 204 0.69 0.32 0 0.2 208.29 0.58 0.53
Hex 40 8A CC 45 20 0 14 D0 3A 35
Octal 100 212 314 105 40 0 24 320 72 65
Binary 1000000 10001010 11001100 1000101 100000 0 10100 11010000 111010 110101

Color Harmonies of #408ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408ACC

Black with #408ACC

Text Example


Text Example

White with #408ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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