#5E8CFA

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

Shades of Cornflower Blue #5E8CFA

Tints of Cornflower Blue #5E8CFA

Color information

#5E8CFA (or 0x5E8CFA) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 8C and FA. RGB value is (94,140,250). Sum of RGB (Red+Green+Blue) = 94+140+250=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E8CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8CFA is #A17305. Grayscale: #8A8A8A. Windows color (decimal): -10580742 or 16419934. OLE color: 16419934.

HSL color Cylindrical-coordinate representation of color #5E8CFA: hue angle of 222.31º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E8CFA is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB94140250-
CMYK0.620.4400.02
HSL222.31º93.98%67.45%-
HSV(B)222.31º62.4%98.04%-
XYZ31.2528.0494.21-
YUV138.79190.7696.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.42%
GREEN value IS 140 (55.08% from 255) = 28.93%
BLUE value IS 250 (98.05% from 255) = 51.65%
R=19.42%
G=28.93%
B=51.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal941402500.620.4400.02222.3193.9867.45
Hex5E8CFA3E2C02de5e43
Octal136214372765402336136103
Binary101111010001100111110101111101011000101101111010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,140,250); }

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

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

 a { background-color: rgb(94,140,250); }

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

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

 span { border-color: rgb(94,140,250); }

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