#4087C1

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

Shades of Curious Blue #4087C1

Tints of Curious Blue #4087C1

Color information

#4087C1 (or 0x4087C1) is unknown color: approx Curious Blue. HEX triplet: 40, 87 and C1. RGB value is (64,135,193). Sum of RGB (Red+Green+Blue) = 64+135+193=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #4087C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4087C1 is #BF783E. Grayscale: #787878. Windows color (decimal): -12548159 or 12683072. OLE color: 12683072.

HSL color Cylindrical-coordinate representation of color #4087C1: hue angle of 206.98º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4087C1 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB64135193-
CMYK0.670.3000.24
HSL206.98º50.99%50.39%-
HSV(B)206.98º66.84%75.69%-
XYZ20.422.2753.67-
YUV120.38168.9887.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.33%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 193 (75.78% from 255) = 49.23%
R=16.33%
G=34.44%
B=49.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641351930.670.3000.24206.9850.9950.39
Hex4087C1431E018cf3332
Octal100207301103360303176362
Binary1000000100001111100000110000111111001100011001111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4087C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4087C1; }

 p { color: rgb(64,135,193); }

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

<style>
 a { background-color: #4087C1; }

 a { background-color: rgb(64,135,193); }

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

<style>
 span { border-color: #4087C1; }

 span { border-color: rgb(64,135,193); }

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