#7E99F2

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

Shades of Cornflower Blue #7E99F2

Tints of Cornflower Blue #7E99F2

Color information

#7E99F2 (or 0x7E99F2) is unknown color: approx Cornflower Blue. HEX triplet: 7E, 99 and F2. RGB value is (126,153,242). Sum of RGB (Red+Green+Blue) = 126+153+242=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #7E99F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E99F2 is #81660D. Grayscale: #9A9A9A. Windows color (decimal): -8480270 or 15899006. OLE color: 15899006.

HSL color Cylindrical-coordinate representation of color #7E99F2: hue angle of 226.03º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E99F2 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126153242-
CMYK0.480.3700.05
HSL226.03º81.69%72.16%-
HSV(B)226.03º47.93%94.9%-
XYZ36.0233.6388.6-
YUV155.07177.05107.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.18%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=24.18%
G=29.37%
B=46.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1261532420.480.3700.05226.0381.6972.16
Hex7E99F2302505e25248
Octal176231362604505342122110
Binary1111110100110011111001011000010010101011110001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E99F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,153,242); }

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

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

 a { background-color: rgb(126,153,242); }

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

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

 span { border-color: rgb(126,153,242); }

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