Html Css Color HEX #408DCC Curious Blue

📋 copy color: '#408DCC'

red 64 ◦ green 141 ◦ blue 204

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

Shades of Curious Blue #408DCC

Tints of Curious Blue #408DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.47%

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

R = 15.65%
G = 34.47%
B = 49.88%

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

#408DCC (or 0x408DCC) is known color: Curious Blue. HEX triplet: 40, 8D and CC. RGB value is (64,141,204). Sum of RGB (Red+Green+Blue) = 64+141+204=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #408DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DCC is #BF7233. Grayscale: #7C7C7C. Windows color (decimal): -12546612 or 13405504. OLE color: 13405504.

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

Color convert

RGB 64 141 204 -
CMYK 0.69 0.31 0 0.2
HSL 207º 0.58% 0.53% -
HSV(B) 207º 0.69% 0.8% -
XYZ 22.54 24.5 60.67 -
YUV 125.16 172.49 84.38 -
System Red Green Blue C M Y K H S L
Decimal 64 141 204 0.69 0.31 0 0.2 207 0.58 0.53
Hex 40 8D CC 45 1F 0 14 CF 3A 35
Octal 100 215 314 105 37 0 24 317 72 65
Binary 1000000 10001101 11001100 1000101 11111 0 10100 11001111 111010 110101

Color Harmonies of #408DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408DCC

Black with #408DCC

Text Example


Text Example

White with #408DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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