Html Css Color HEX #408CCE Curious Blue

📋 copy color: '#408CCE'

red 64 ◦ green 140 ◦ blue 206

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

Shades of Curious Blue #408CCE

Tints of Curious Blue #408CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 15.61%
G = 34.15%
B = 50.24%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#408CCE (or 0x408CCE) is known color: Curious Blue. HEX triplet: 40, 8C and CE. RGB value is (64,140,206). Sum of RGB (Red+Green+Blue) = 64+140+206=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #408CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CCE is #BF7331. Grayscale: #7C7C7C. Windows color (decimal): -12546866 or 13536320. OLE color: 13536320.

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

Color convert

RGB 64 140 206 -
CMYK 0.69 0.32 0 0.19
HSL 207.89º 0.59% 0.53% -
HSV(B) 207.89º 0.69% 0.81% -
XYZ 22.63 24.3 61.89 -
YUV 124.8 173.82 84.63 -
System Red Green Blue C M Y K H S L
Decimal 64 140 206 0.69 0.32 0 0.19 207.89 0.59 0.53
Hex 40 8C CE 45 20 0 13 D0 3B 35
Octal 100 214 316 105 40 0 23 320 73 65
Binary 1000000 10001100 11001110 1000101 100000 0 10011 11010000 111011 110101

Color Harmonies of #408CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CCE

Black with #408CCE

Text Example


Text Example

White with #408CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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