Html Css Color HEX #408EB9 Curious Blue

📋 copy color: '#408EB9'

red 64 ◦ green 142 ◦ blue 185

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

Shades of Curious Blue #408EB9

Tints of Curious Blue #408EB9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.32%

 BLUE value IS 185 (72.66% from 255) = 47.31%

R = 16.37%
G = 36.32%
B = 47.31%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#408EB9 (or 0x408EB9) is known color: Curious Blue. HEX triplet: 40, 8E and B9. RGB value is (64,142,185). Sum of RGB (Red+Green+Blue) = 64+142+185=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #408EB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408EB9 is #BF7146. Grayscale: #7B7B7B. Windows color (decimal): -12546375 or 12160576. OLE color: 12160576.

HSL color Cylindrical-coordinate representation of color #408EB9: hue angle of 201.32º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #408EB9 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 142 185 -
CMYK 0.65 0.23 0 0.27
HSL 201.32º 0.49% 0.49% -
HSV(B) 201.32º 0.65% 0.73% -
XYZ 20.54 23.94 49.44 -
YUV 123.58 162.66 85.5 -
System Red Green Blue C M Y K H S L
Decimal 64 142 185 0.65 0.23 0 0.27 201.32 0.49 0.49
Hex 40 8E B9 41 17 0 1B C9 31 31
Octal 100 216 271 101 27 0 33 311 61 61
Binary 1000000 10001110 10111001 1000001 10111 0 11011 11001001 110001 110001

Color Harmonies of #408EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408EB9

Black with #408EB9

Text Example


Text Example

White with #408EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,142,185); }

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

background-color css

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

 a { background-color: rgb(64,142,185); }

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

border-color css

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

 span { border-color: rgb(64,142,185); }

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