#4091EB

Color #4091EB Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #4091EB

Tints of Cornflower Blue #4091EB

Color information

#4091EB (or 0x4091EB) is unknown color: approx Cornflower Blue. HEX triplet: 40, 91 and EB. RGB value is (64,145,235). Sum of RGB (Red+Green+Blue) = 64+145+235=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #4091EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4091EB is #BF6E14. Grayscale: #828282. Windows color (decimal): -12545557 or 15438144. OLE color: 15438144.

HSL color Cylindrical-coordinate representation of color #4091EB: hue angle of 211.58º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4091EB is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB64145235-
CMYK0.730.3800.08
HSL211.58º81.04%58.63%-
HSV(B)211.58º72.77%92.16%-
XYZ27.2427.3482.44-
YUV131.04186.6680.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.41%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 235 (92.19% from 255) = 52.93%
R=14.41%
G=32.66%
B=52.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal641452350.730.3800.08211.5881.0458.63
Hex4091EB492608d4513b
Octal1002213531114601032412173
Binary10000001001000111101011100100110011001000110101001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4091EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4091EB; }

 p { color: rgb(64,145,235); }

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

<style>
 a { background-color: #4091EB; }

 a { background-color: rgb(64,145,235); }

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

<style>
 span { border-color: #4091EB; }

 span { border-color: rgb(64,145,235); }

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