#7986F3

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

Shades of Cornflower Blue #7986F3

Tints of Cornflower Blue #7986F3

Color information

#7986F3 (or 0x7986F3) is unknown color: approx Cornflower Blue. HEX triplet: 79, 86 and F3. RGB value is (121,134,243). Sum of RGB (Red+Green+Blue) = 121+134+243=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #7986F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7986F3 is #86790C. Grayscale: #8E8E8E. Windows color (decimal): -8812813 or 15959673. OLE color: 15959673.

HSL color Cylindrical-coordinate representation of color #7986F3: hue angle of 233.61º 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 #7986F3 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB121134243-
CMYK0.500.4500.05
HSL233.61º83.56%71.37%-
HSV(B)233.61º50.21%95.29%-
XYZ32.5927.5988.4-
YUV142.54184.69112.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.30%
GREEN value IS 134 (52.73% from 255) = 26.91%
BLUE value IS 243 (95.31% from 255) = 48.80%
R=24.30%
G=26.91%
B=48.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1211342430.500.4500.05233.6183.5671.37
Hex7986F3322D05ea5447
Octal171206363625505352124107
Binary1111001100001101111001111001010110101011110101010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7986F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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