Html Css Color HEX #408FBD Curious Blue

📋 copy color: '#408FBD'

red 64 ◦ green 143 ◦ blue 189

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

Shades of Curious Blue #408FBD

Tints of Curious Blue #408FBD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 16.16%
G = 36.11%
B = 47.73%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#408FBD (or 0x408FBD) is known color: Curious Blue. HEX triplet: 40, 8F and BD. RGB value is (64,143,189). Sum of RGB (Red+Green+Blue) = 64+143+189=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #408FBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FBD is #BF7042. Grayscale: #7C7C7C. Windows color (decimal): -12546115 or 12422976. OLE color: 12422976.

HSL color Cylindrical-coordinate representation of color #408FBD: hue angle of 202.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #408FBD is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 143 189 -
CMYK 0.66 0.24 0 0.26
HSL 202.08º 0.49% 0.5% -
HSV(B) 202.08º 0.66% 0.74% -
XYZ 21.12 24.41 51.74 -
YUV 124.62 164.33 84.76 -
System Red Green Blue C M Y K H S L
Decimal 64 143 189 0.66 0.24 0 0.26 202.08 0.49 0.5
Hex 40 8F BD 42 18 0 1A CA 31 32
Octal 100 217 275 102 30 0 32 312 61 62
Binary 1000000 10001111 10111101 1000010 11000 0 11010 11001010 110001 110010

Color Harmonies of #408FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408FBD

Black with #408FBD

Text Example


Text Example

White with #408FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,143,189); }

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

background-color css

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

 a { background-color: rgb(64,143,189); }

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

border-color css

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

 span { border-color: rgb(64,143,189); }

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