#7E98FD

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

Shades of Cornflower Blue #7E98FD

Tints of Cornflower Blue #7E98FD

Color information

#7E98FD (or 0x7E98FD) is unknown color: approx Cornflower Blue. HEX triplet: 7E, 98 and FD. RGB value is (126,152,253). Sum of RGB (Red+Green+Blue) = 126+152+253=531 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.73% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E98FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E98FD is #816702. Grayscale: #9B9B9B. Windows color (decimal): -8480515 or 16619646. OLE color: 16619646.

HSL color Cylindrical-coordinate representation of color #7E98FD: hue angle of 227.72º 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 #7E98FD is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126152253-
CMYK0.500.4000.01
HSL227.72º96.95%74.31%-
HSV(B)227.72º50.2%99.22%-
XYZ37.5633.9897.51-
YUV155.74182.89106.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.73%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=23.73%
G=28.63%
B=47.65%

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
Decimal1261522530.500.4000.01227.7296.9574.31
Hex7E98FD322801e4614a
Octal176230375625001344141112
Binary11111101001100011111101110010101000011110010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E98FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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