Html Css Color HEX #408BBB Curious Blue

📋 copy color: '#408BBB'

red 64 ◦ green 139 ◦ blue 187

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

Shades of Curious Blue #408BBB

Tints of Curious Blue #408BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 16.41%
G = 35.64%
B = 47.95%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#408BBB (or 0x408BBB) is known color: Curious Blue. HEX triplet: 40, 8B and BB. RGB value is (64,139,187). Sum of RGB (Red+Green+Blue) = 64+139+187=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #408BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BBB is #BF7444. Grayscale: #797979. Windows color (decimal): -12547141 or 12290880. OLE color: 12290880.

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

Color convert

RGB 64 139 187 -
CMYK 0.66 0.26 0 0.27
HSL 203.41º 0.49% 0.49% -
HSV(B) 203.41º 0.66% 0.73% -
XYZ 20.32 23.14 50.41 -
YUV 122.05 164.65 86.6 -
System Red Green Blue C M Y K H S L
Decimal 64 139 187 0.66 0.26 0 0.27 203.41 0.49 0.49
Hex 40 8B BB 42 1A 0 1B CB 31 31
Octal 100 213 273 102 32 0 33 313 61 61
Binary 1000000 10001011 10111011 1000010 11010 0 11011 11001011 110001 110001

Color Harmonies of #408BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BBB

Black with #408BBB

Text Example


Text Example

White with #408BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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