Html Css Color HEX #408BBF Curious Blue

📋 copy color: '#408BBF'

red 64 ◦ green 139 ◦ blue 191

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

Shades of Curious Blue #408BBF

Tints of Curious Blue #408BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.48%

R = 16.24%
G = 35.28%
B = 48.48%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#408BBF (or 0x408BBF) is known color: Curious Blue. HEX triplet: 40, 8B and BF. RGB value is (64,139,191). Sum of RGB (Red+Green+Blue) = 64+139+191=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #408BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BBF is #BF7440. Grayscale: #7A7A7A. Windows color (decimal): -12547137 or 12553024. OLE color: 12553024.

HSL color Cylindrical-coordinate representation of color #408BBF: hue angle of 204.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #408BBF is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 139 191 -
CMYK 0.66 0.27 0 0.25
HSL 204.57º 0.5% 0.5% -
HSV(B) 204.57º 0.66% 0.75% -
XYZ 20.75 23.32 52.7 -
YUV 122.5 166.65 86.27 -
System Red Green Blue C M Y K H S L
Decimal 64 139 191 0.66 0.27 0 0.25 204.57 0.5 0.5
Hex 40 8B BF 42 1B 0 19 CD 32 32
Octal 100 213 277 102 33 0 31 315 62 62
Binary 1000000 10001011 10111111 1000010 11011 0 11001 11001101 110010 110010

Color Harmonies of #408BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BBF

Black with #408BBF

Text Example


Text Example

White with #408BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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