Html Css Color HEX #408BBA Curious Blue

📋 copy color: '#408BBA'

red 64 ◦ green 139 ◦ blue 186

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

Shades of Curious Blue #408BBA

Tints of Curious Blue #408BBA

RGB

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

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

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

R = 16.45%
G = 35.73%
B = 47.81%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#408BBA (or 0x408BBA) is known color: Curious Blue. HEX triplet: 40, 8B and BA. RGB value is (64,139,186). Sum of RGB (Red+Green+Blue) = 64+139+186=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #408BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BBA is #BF7445. Grayscale: #797979. Windows color (decimal): -12547142 or 12225344. OLE color: 12225344.

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

Color convert

RGB 64 139 186 -
CMYK 0.66 0.25 0 0.27
HSL 203.11º 0.49% 0.49% -
HSV(B) 203.11º 0.66% 0.73% -
XYZ 20.21 23.1 49.85 -
YUV 121.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 64 139 186 0.66 0.25 0 0.27 203.11 0.49 0.49
Hex 40 8B BA 42 19 0 1B CB 31 31
Octal 100 213 272 102 31 0 33 313 61 61
Binary 1000000 10001011 10111010 1000010 11001 0 11011 11001011 110001 110001

Color Harmonies of #408BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BBA

Black with #408BBA

Text Example


Text Example

White with #408BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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