#5E8EFF

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

Shades of Cornflower Blue #5E8EFF

Tints of Cornflower Blue #5E8EFF

Color information

#5E8EFF (or 0x5E8EFF) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 8E and FF. RGB value is (94,142,255). Sum of RGB (Red+Green+Blue) = 94+142+255=491 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.14% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E8EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8EFF is #A17100. Grayscale: #8C8C8C. Windows color (decimal): -10580225 or 16748126. OLE color: 16748126.

HSL color Cylindrical-coordinate representation of color #5E8EFF: hue angle of 222.11º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E8EFF is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB94142255-
CMYK0.630.4400
HSL222.11º100%68.43%-
HSV(B)222.11º63.14%100%-
XYZ32.3428.9598.49-
YUV140.53192.694.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.14%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 255 (100% from 255) = 51.93%
R=19.14%
G=28.92%
B=51.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal941422550.630.4400222.1110068.43
Hex5E8EFF3F2C00de6444
Octal136216377775400336144104
Binary10111101000111011111111111111101100001101111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,142,255); }

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

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

 a { background-color: rgb(94,142,255); }

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

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

 span { border-color: rgb(94,142,255); }

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