#7EA0FB

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

Shades of Cornflower Blue #7EA0FB

Tints of Cornflower Blue #7EA0FB

Color information

#7EA0FB (or 0x7EA0FB) is unknown color: approx Cornflower Blue. HEX triplet: 7E, A0 and FB. RGB value is (126,160,251). Sum of RGB (Red+Green+Blue) = 126+160+251=537 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.46% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #7EA0FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA0FB is #815F04. Grayscale: #9F9F9F. Windows color (decimal): -8478469 or 16490622. OLE color: 16490622.

HSL color Cylindrical-coordinate representation of color #7EA0FB: hue angle of 223.68º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EA0FB is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126160251-
CMYK0.500.3600.02
HSL223.68º93.98%73.92%-
HSV(B)223.68º49.8%98.43%-
XYZ38.5936.5496.29-
YUV160.21179.24103.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.46%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 251 (98.44% from 255) = 46.74%
R=23.46%
G=29.80%
B=46.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261602510.500.3600.02223.6893.9873.92
Hex7EA0FB322402e05e4a
Octal176240373624402340136112
Binary111111010100000111110111100101001000101110000010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA0FB; }

 p { color: rgb(126,160,251); }

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

<style>
 a { background-color: #7EA0FB; }

 a { background-color: rgb(126,160,251); }

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

<style>
 span { border-color: #7EA0FB; }

 span { border-color: rgb(126,160,251); }

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