Html Css Color HEX #408BBC Curious Blue

📋 copy color: '#408BBC'

red 64 ◦ green 139 ◦ blue 188

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

Shades of Curious Blue #408BBC

Tints of Curious Blue #408BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 16.37%
G = 35.55%
B = 48.08%

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

#408BBC (or 0x408BBC) is known color: Curious Blue. HEX triplet: 40, 8B and BC. RGB value is (64,139,188). Sum of RGB (Red+Green+Blue) = 64+139+188=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #408BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BBC is #BF7443. Grayscale: #797979. Windows color (decimal): -12547140 or 12356416. OLE color: 12356416.

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

Color convert

RGB 64 139 188 -
CMYK 0.66 0.26 0 0.26
HSL 203.71º 0.49% 0.49% -
HSV(B) 203.71º 0.66% 0.74% -
XYZ 20.42 23.19 50.98 -
YUV 122.16 165.15 86.52 -
System Red Green Blue C M Y K H S L
Decimal 64 139 188 0.66 0.26 0 0.26 203.71 0.49 0.49
Hex 40 8B BC 42 1A 0 1A CC 31 31
Octal 100 213 274 102 32 0 32 314 61 61
Binary 1000000 10001011 10111100 1000010 11010 0 11010 11001100 110001 110001

Color Harmonies of #408BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BBC

Black with #408BBC

Text Example


Text Example

White with #408BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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