Html Css Color HEX #408DBA Curious Blue

📋 copy color: '#408DBA'

red 64 ◦ green 141 ◦ blue 186

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

Shades of Curious Blue #408DBA

Tints of Curious Blue #408DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.06%

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

R = 16.37%
G = 36.06%
B = 47.57%

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

#408DBA (or 0x408DBA) is known color: Curious Blue. HEX triplet: 40, 8D and BA. RGB value is (64,141,186). Sum of RGB (Red+Green+Blue) = 64+141+186=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #408DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DBA is #BF7245. Grayscale: #7A7A7A. Windows color (decimal): -12546630 or 12225856. OLE color: 12225856.

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

Color convert

RGB 64 141 186 -
CMYK 0.66 0.24 0 0.27
HSL 202.13º 0.49% 0.49% -
HSV(B) 202.13º 0.66% 0.73% -
XYZ 20.5 23.68 49.95 -
YUV 123.11 163.49 85.84 -
System Red Green Blue C M Y K H S L
Decimal 64 141 186 0.66 0.24 0 0.27 202.13 0.49 0.49
Hex 40 8D BA 42 18 0 1B CA 31 31
Octal 100 215 272 102 30 0 33 312 61 61
Binary 1000000 10001101 10111010 1000010 11000 0 11011 11001010 110001 110001

Color Harmonies of #408DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408DBA

Black with #408DBA

Text Example


Text Example

White with #408DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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