Html Css Color HEX #408CCC Curious Blue

📋 copy color: '#408CCC'

red 64 ◦ green 140 ◦ blue 204

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

Shades of Curious Blue #408CCC

Tints of Curious Blue #408CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.31%

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

R = 15.69%
G = 34.31%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#408CCC (or 0x408CCC) is known color: Curious Blue. HEX triplet: 40, 8C and CC. RGB value is (64,140,204). Sum of RGB (Red+Green+Blue) = 64+140+204=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #408CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CCC is #BF7333. Grayscale: #7C7C7C. Windows color (decimal): -12546868 or 13405248. OLE color: 13405248.

HSL color Cylindrical-coordinate representation of color #408CCC: hue angle of 207.43º 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 #408CCC is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 140 204 -
CMYK 0.69 0.31 0 0.2
HSL 207.43º 0.58% 0.53% -
HSV(B) 207.43º 0.69% 0.8% -
XYZ 22.39 24.21 60.62 -
YUV 124.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 64 140 204 0.69 0.31 0 0.2 207.43 0.58 0.53
Hex 40 8C CC 45 1F 0 14 CF 3A 35
Octal 100 214 314 105 37 0 24 317 72 65
Binary 1000000 10001100 11001100 1000101 11111 0 10100 11001111 111010 110101

Color Harmonies of #408CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CCC

Black with #408CCC

Text Example


Text Example

White with #408CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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