Html Css Color HEX #408CD1 Curious Blue

📋 copy color: '#408CD1'

red 64 ◦ green 140 ◦ blue 209

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

Shades of Curious Blue #408CD1

Tints of Curious Blue #408CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.61%

R = 15.5%
G = 33.9%
B = 50.61%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#408CD1 (or 0x408CD1) is known color: Curious Blue. HEX triplet: 40, 8C and D1. RGB value is (64,140,209). Sum of RGB (Red+Green+Blue) = 64+140+209=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #408CD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CD1 is #BF732E. Grayscale: #7C7C7C. Windows color (decimal): -12546863 or 13732928. OLE color: 13732928.

HSL color Cylindrical-coordinate representation of color #408CD1: hue angle of 208.55º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #408CD1 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 140 209 -
CMYK 0.69 0.33 0 0.18
HSL 208.55º 0.61% 0.54% -
HSV(B) 208.55º 0.69% 0.82% -
XYZ 23 24.45 63.83 -
YUV 125.14 175.32 84.39 -
System Red Green Blue C M Y K H S L
Decimal 64 140 209 0.69 0.33 0 0.18 208.55 0.61 0.54
Hex 40 8C D1 45 21 0 12 D1 3D 36
Octal 100 214 321 105 41 0 22 321 75 66
Binary 1000000 10001100 11010001 1000101 100001 0 10010 11010001 111101 110110

Color Harmonies of #408CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CD1

Black with #408CD1

Text Example


Text Example

White with #408CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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