#7998FE

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

Shades of Cornflower Blue #7998FE

Tints of Cornflower Blue #7998FE

Color information

#7998FE (or 0x7998FE) is unknown color: approx Cornflower Blue. HEX triplet: 79, 98 and FE. RGB value is (121,152,254). Sum of RGB (Red+Green+Blue) = 121+152+254=527 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.96% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #7998FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7998FE is #866701. Grayscale: #999999. Windows color (decimal): -8808194 or 16685177. OLE color: 16685177.

HSL color Cylindrical-coordinate representation of color #7998FE: hue angle of 226.02º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7998FE is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB121152254-
CMYK0.520.4000.00
HSL226.02º98.52%73.53%-
HSV(B)226.02º52.36%99.61%-
XYZ3733.6898.32-
YUV154.36184.23104.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.96%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 254 (99.61% from 255) = 48.20%
R=22.96%
G=28.84%
B=48.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1211522540.520.4000.00226.0298.5273.53
Hex7998FE342800e2634a
Octal171230376645000342143112
Binary11110011001100011111110110100101000001110001011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7998FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7998FE; }

 p { color: rgb(121,152,254); }

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

<style>
 a { background-color: #7998FE; }

 a { background-color: rgb(121,152,254); }

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

<style>
 span { border-color: #7998FE; }

 span { border-color: rgb(121,152,254); }

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