Html Css Color HEX #408BCE Curious Blue

📋 copy color: '#408BCE'

red 64 ◦ green 139 ◦ blue 206

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

Shades of Curious Blue #408BCE

Tints of Curious Blue #408BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.99%

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

R = 15.65%
G = 33.99%
B = 50.37%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#408BCE (or 0x408BCE) is known color: Curious Blue. HEX triplet: 40, 8B and CE. RGB value is (64,139,206). Sum of RGB (Red+Green+Blue) = 64+139+206=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #408BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BCE is #BF7431. Grayscale: #7B7B7B. Windows color (decimal): -12547122 or 13536064. OLE color: 13536064.

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

Color convert

RGB 64 139 206 -
CMYK 0.69 0.33 0 0.19
HSL 208.31º 0.59% 0.53% -
HSV(B) 208.31º 0.69% 0.81% -
XYZ 22.49 24.01 61.84 -
YUV 124.21 174.15 85.05 -
System Red Green Blue C M Y K H S L
Decimal 64 139 206 0.69 0.33 0 0.19 208.31 0.59 0.53
Hex 40 8B CE 45 21 0 13 D0 3B 35
Octal 100 213 316 105 41 0 23 320 73 65
Binary 1000000 10001011 11001110 1000101 100001 0 10011 11010000 111011 110101

Color Harmonies of #408BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BCE

Black with #408BCE

Text Example


Text Example

White with #408BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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