#4085bf

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

Shades of Curious Blue #4085BF

Tints of Curious Blue #4085BF

Color information

#4085BF (or 0x4085BF) is unknown color: approx Curious Blue. HEX triplet: 40, 85 and BF. RGB value is (64,133,191). Sum of RGB (Red+Green+Blue) = 64+133+191=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #4085BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4085BF is #BF7A40. Grayscale: #767676. Windows color (decimal): -12548673 or 12551488. OLE color: 12551488.

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

Color convert

RGB64133191-
CMYK0.660.3000.25
HSL207.4º49.8%50%-
HSV(B)207.4º66.49%74.9%-
XYZ19.9121.6352.42-
YUV118.98168.6488.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.49%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 191 (75% from 255) = 49.23%
R=16.49%
G=34.28%
B=49.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641331910.660.3000.25207.449.850
Hex4085BF421E019cf3232
Octal100205277102360313176262
Binary1000000100001011011111110000101111001100111001111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4085bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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