#7E99FD

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

Shades of Cornflower Blue #7E99FD

Tints of Cornflower Blue #7E99FD

Color information

#7E99FD (or 0x7E99FD) is unknown color: approx Cornflower Blue. HEX triplet: 7E, 99 and FD. RGB value is (126,153,253). Sum of RGB (Red+Green+Blue) = 126+153+253=532 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.68% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E99FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E99FD is #816602. Grayscale: #9B9B9B. Windows color (decimal): -8480259 or 16619902. OLE color: 16619902.

HSL color Cylindrical-coordinate representation of color #7E99FD: hue angle of 227.24º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E99FD is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126153253-
CMYK0.500.4000.01
HSL227.24º96.95%74.31%-
HSV(B)227.24º50.2%99.22%-
XYZ37.7334.3197.56-
YUV156.33182.55106.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.68%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 253 (99.22% from 255) = 47.56%
R=23.68%
G=28.76%
B=47.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261532530.500.4000.01227.2496.9574.31
Hex7E99FD322801e3614a
Octal176231375625001343141112
Binary11111101001100111111101110010101000011110001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E99FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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