#7998FD

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

Shades of Cornflower Blue #7998FD

Tints of Cornflower Blue #7998FD

Color information

#7998FD (or 0x7998FD) is unknown color: approx Cornflower Blue. HEX triplet: 79, 98 and FD. RGB value is (121,152,253). Sum of RGB (Red+Green+Blue) = 121+152+253=526 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.00% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #7998FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7998FD is #866702. Grayscale: #999999. Windows color (decimal): -8808195 or 16619641. OLE color: 16619641.

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

Color convert

RGB121152253-
CMYK0.520.4000.01
HSL225.91º97.06%73.33%-
HSV(B)225.91º52.17%99.22%-
XYZ36.8433.6197.47-
YUV154.24183.73104.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.00%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=23.00%
G=28.90%
B=48.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211522530.520.4000.01225.9197.0673.33
Hex7998FD342801e26149
Octal171230375645001342141111
Binary11110011001100011111101110100101000011110001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7998FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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