#5E9EEB

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

Shades of Cornflower Blue #5E9EEB

Tints of Cornflower Blue #5E9EEB

Color information

#5E9EEB (or 0x5E9EEB) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 9E and EB. RGB value is (94,158,235). Sum of RGB (Red+Green+Blue) = 94+158+235=487 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.30% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E9EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9EEB is #A16114. Grayscale: #939393. Windows color (decimal): -10576149 or 15441502. OLE color: 15441502.

HSL color Cylindrical-coordinate representation of color #5E9EEB: hue angle of 212.77º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E9EEB is Cyan = 0.6, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB94158235-
CMYK0.60.3300.08
HSL212.77º77.9%64.51%-
HSV(B)212.77º60%92.16%-
XYZ31.8432.8383.26-
YUV147.64177.389.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.30%
GREEN value IS 158 (62.11% from 255) = 32.44%
BLUE value IS 235 (92.19% from 255) = 48.25%
R=19.30%
G=32.44%
B=48.25%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal941582350.60.3300.08212.7777.964.51
Hex5E9EEB3C2108d54e41
Octal1362363537441010325116101
Binary10111101001111011101011111100100001010001101010110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E9EEB; }

 p { color: rgb(94,158,235); }

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

<style>
 a { background-color: #5E9EEB; }

 a { background-color: rgb(94,158,235); }

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

<style>
 span { border-color: #5E9EEB; }

 span { border-color: rgb(94,158,235); }

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