#7988F3

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

Shades of Cornflower Blue #7988F3

Tints of Cornflower Blue #7988F3

Color information

#7988F3 (or 0x7988F3) is unknown color: approx Cornflower Blue. HEX triplet: 79, 88 and F3. RGB value is (121,136,243). Sum of RGB (Red+Green+Blue) = 121+136+243=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #7988F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7988F3 is #86770C. Grayscale: #8F8F8F. Windows color (decimal): -8812301 or 15960185. OLE color: 15960185.

HSL color Cylindrical-coordinate representation of color #7988F3: hue angle of 232.62º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7988F3 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB121136243-
CMYK0.500.4400.05
HSL232.62º83.56%71.37%-
HSV(B)232.62º50.21%95.29%-
XYZ32.8728.1488.49-
YUV143.71184.03111.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.2%
GREEN value IS 136 (53.52% from 255) = 27.2%
BLUE value IS 243 (95.31% from 255) = 48.6%
R=24.2%
G=27.2%
B=48.6%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1211362430.500.4400.05232.6283.5671.37
Hex7988F3322C05e95447
Octal171210363625405351124107
Binary1111001100010001111001111001010110001011110100110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7988F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7988F3; }

 p { color: rgb(121,136,243); }

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

<style>
 a { background-color: #7988F3; }

 a { background-color: rgb(121,136,243); }

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

<style>
 span { border-color: #7988F3; }

 span { border-color: rgb(121,136,243); }

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