Html Css Color HEX #408FBA Curious Blue

📋 copy color: '#408FBA'

red 64 ◦ green 143 ◦ blue 186

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

Shades of Curious Blue #408FBA

Tints of Curious Blue #408FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 16.28%
G = 36.39%
B = 47.33%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#408FBA (or 0x408FBA) is known color: Curious Blue. HEX triplet: 40, 8F and BA. RGB value is (64,143,186). Sum of RGB (Red+Green+Blue) = 64+143+186=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #408FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FBA is #BF7045. Grayscale: #7C7C7C. Windows color (decimal): -12546118 or 12226368. OLE color: 12226368.

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

Color convert

RGB 64 143 186 -
CMYK 0.66 0.23 0 0.27
HSL 201.15º 0.49% 0.49% -
HSV(B) 201.15º 0.66% 0.73% -
XYZ 20.8 24.28 50.04 -
YUV 124.28 162.83 85 -
System Red Green Blue C M Y K H S L
Decimal 64 143 186 0.66 0.23 0 0.27 201.15 0.49 0.49
Hex 40 8F BA 42 17 0 1B C9 31 31
Octal 100 217 272 102 27 0 33 311 61 61
Binary 1000000 10001111 10111010 1000010 10111 0 11011 11001001 110001 110001

Color Harmonies of #408FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408FBA

Black with #408FBA

Text Example


Text Example

White with #408FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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