Html Css Color HEX #408BBD Curious Blue

📋 copy color: '#408BBD'

red 64 ◦ green 139 ◦ blue 189

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

Shades of Curious Blue #408BBD

Tints of Curious Blue #408BBD

RGB

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

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

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

R = 16.33%
G = 35.46%
B = 48.21%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#408BBD (or 0x408BBD) is known color: Curious Blue. HEX triplet: 40, 8B and BD. RGB value is (64,139,189). Sum of RGB (Red+Green+Blue) = 64+139+189=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #408BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BBD is #BF7442. Grayscale: #7A7A7A. Windows color (decimal): -12547139 or 12421952. OLE color: 12421952.

HSL color Cylindrical-coordinate representation of color #408BBD: hue angle of 204º 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 #408BBD is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 139 189 -
CMYK 0.66 0.26 0 0.26
HSL 204º 0.49% 0.5% -
HSV(B) 204º 0.66% 0.74% -
XYZ 20.53 23.23 51.55 -
YUV 122.28 165.65 86.43 -
System Red Green Blue C M Y K H S L
Decimal 64 139 189 0.66 0.26 0 0.26 204 0.49 0.5
Hex 40 8B BD 42 1A 0 1A CC 31 32
Octal 100 213 275 102 32 0 32 314 61 62
Binary 1000000 10001011 10111101 1000010 11010 0 11010 11001100 110001 110010

Color Harmonies of #408BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BBD

Black with #408BBD

Text Example


Text Example

White with #408BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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