Html Css Color HEX #408CBE Curious Blue

📋 copy color: '#408CBE'

red 64 ◦ green 140 ◦ blue 190

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

Shades of Curious Blue #408CBE

Tints of Curious Blue #408CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.53%

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 16.24%
G = 35.53%
B = 48.22%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#408CBE (or 0x408CBE) is known color: Curious Blue. HEX triplet: 40, 8C and BE. RGB value is (64,140,190). Sum of RGB (Red+Green+Blue) = 64+140+190=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #408CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CBE is #BF7341. Grayscale: #7A7A7A. Windows color (decimal): -12546882 or 12487744. OLE color: 12487744.

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

Color convert

RGB 64 140 190 -
CMYK 0.66 0.26 0 0.25
HSL 203.81º 0.5% 0.5% -
HSV(B) 203.81º 0.66% 0.75% -
XYZ 20.79 23.56 52.17 -
YUV 122.98 165.82 85.93 -
System Red Green Blue C M Y K H S L
Decimal 64 140 190 0.66 0.26 0 0.25 203.81 0.5 0.5
Hex 40 8C BE 42 1A 0 19 CC 32 32
Octal 100 214 276 102 32 0 31 314 62 62
Binary 1000000 10001100 10111110 1000010 11010 0 11001 11001100 110010 110010

Color Harmonies of #408CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CBE

Black with #408CBE

Text Example


Text Example

White with #408CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,140,190); }

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

background-color css

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

 a { background-color: rgb(64,140,190); }

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

border-color css

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

 span { border-color: rgb(64,140,190); }

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