#4086CE

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

Shades of Curious Blue #4086CE

Tints of Curious Blue #4086CE

Color information

#4086CE (or 0x4086CE) is unknown color: approx Curious Blue. HEX triplet: 40, 86 and CE. RGB value is (64,134,206). Sum of RGB (Red+Green+Blue) = 64+134+206=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #4086CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4086CE is #BF7931. Grayscale: #787878. Windows color (decimal): -12548402 or 13534784. OLE color: 13534784.

HSL color Cylindrical-coordinate representation of color #4086CE: hue angle of 210.42º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4086CE is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB64134206-
CMYK0.690.3500.19
HSL210.42º59.17%52.94%-
HSV(B)210.42º68.93%80.78%-
XYZ21.7822.661.61-
YUV121.28175.8187.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.84%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 206 (80.86% from 255) = 50.99%
R=15.84%
G=33.17%
B=50.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal641342060.690.3500.19210.4259.1752.94
Hex4086CE4523013d23b35
Octal100206316105430233227365
Binary10000001000011011001110100010110001101001111010010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4086CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4086CE; }

 p { color: rgb(64,134,206); }

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

<style>
 a { background-color: #4086CE; }

 a { background-color: rgb(64,134,206); }

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

<style>
 span { border-color: #4086CE; }

 span { border-color: rgb(64,134,206); }

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