Html Css Color HEX #408FBB Curious Blue

📋 copy color: '#408FBB'

red 64 ◦ green 143 ◦ blue 187

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

Shades of Curious Blue #408FBB

Tints of Curious Blue #408FBB

RGB

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

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

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

R = 16.24%
G = 36.29%
B = 47.46%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#408FBB (or 0x408FBB) is known color: Curious Blue. HEX triplet: 40, 8F and BB. RGB value is (64,143,187). Sum of RGB (Red+Green+Blue) = 64+143+187=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #408FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FBB is #BF7044. Grayscale: #7C7C7C. Windows color (decimal): -12546117 or 12291904. OLE color: 12291904.

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

Color convert

RGB 64 143 187 -
CMYK 0.66 0.24 0 0.27
HSL 201.46º 0.49% 0.49% -
HSV(B) 201.46º 0.66% 0.73% -
XYZ 20.91 24.32 50.61 -
YUV 124.4 163.33 84.92 -
System Red Green Blue C M Y K H S L
Decimal 64 143 187 0.66 0.24 0 0.27 201.46 0.49 0.49
Hex 40 8F BB 42 18 0 1B C9 31 31
Octal 100 217 273 102 30 0 33 311 61 61
Binary 1000000 10001111 10111011 1000010 11000 0 11011 11001001 110001 110001

Color Harmonies of #408FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408FBB

Black with #408FBB

Text Example


Text Example

White with #408FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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