Html Css Color HEX #408DCE Curious Blue

📋 copy color: '#408DCE'

red 64 ◦ green 141 ◦ blue 206

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

Shades of Curious Blue #408DCE

Tints of Curious Blue #408DCE

RGB

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

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

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

R = 15.57%
G = 34.31%
B = 50.12%

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

#408DCE (or 0x408DCE) is known color: Curious Blue. HEX triplet: 40, 8D and CE. RGB value is (64,141,206). Sum of RGB (Red+Green+Blue) = 64+141+206=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #408DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DCE is #BF7231. Grayscale: #7D7D7D. Windows color (decimal): -12546610 or 13536576. OLE color: 13536576.

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

Color convert

RGB 64 141 206 -
CMYK 0.69 0.32 0 0.19
HSL 207.46º 0.59% 0.53% -
HSV(B) 207.46º 0.69% 0.81% -
XYZ 22.78 24.6 61.94 -
YUV 125.39 173.49 84.21 -
System Red Green Blue C M Y K H S L
Decimal 64 141 206 0.69 0.32 0 0.19 207.46 0.59 0.53
Hex 40 8D CE 45 20 0 13 CF 3B 35
Octal 100 215 316 105 40 0 23 317 73 65
Binary 1000000 10001101 11001110 1000101 100000 0 10011 11001111 111011 110101

Color Harmonies of #408DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408DCE

Black with #408DCE

Text Example


Text Example

White with #408DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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