#4085BE

Color #4085BE Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #4085BE

Tints of Curious Blue #4085BE

Color information

#4085BE (or 0x4085BE) is unknown color: approx Curious Blue. HEX triplet: 40, 85 and BE. RGB value is (64,133,190). Sum of RGB (Red+Green+Blue) = 64+133+190=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #4085BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4085BE is #BF7A41. Grayscale: #767676. Windows color (decimal): -12548674 or 12485952. OLE color: 12485952.

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

Color convert

RGB64133190-
CMYK0.660.300.25
HSL207.14º49.61%49.8%-
HSV(B)207.14º66.32%74.51%-
XYZ19.821.5851.84-
YUV118.87168.1488.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.54%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=16.54%
G=34.37%
B=49.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641331900.660.300.25207.1449.6149.8
Hex4085BE421E019cf3232
Octal100205276102360313176262
Binary1000000100001011011111010000101111001100111001111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4085BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4085BE; }

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

 H1.HeaderClassName
 {
   color: #4085BE;
 }
 .AnyTagClassName
 {
   color: #4085BE;
 }
</style>
background-color css

<style>
 a { background-color: #4085BE; }

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

 div.DivClassName
 {
   background-color: #4085BE;
 }
 .BgClassName
 {
   background-color: #4085BE;
 }
</style>
border-color css

<style>
 span { border-color: #4085BE; }

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

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