#7486FB

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

Shades of Cornflower Blue #7486FB

Tints of Cornflower Blue #7486FB

Color information

#7486FB (or 0x7486FB) is unknown color: approx Cornflower Blue. HEX triplet: 74, 86 and FB. RGB value is (116,134,251). Sum of RGB (Red+Green+Blue) = 116+134+251=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #7486FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7486FB is #8B7904. Grayscale: #8D8D8D. Windows color (decimal): -9140485 or 16483956. OLE color: 16483956.

HSL color Cylindrical-coordinate representation of color #7486FB: hue angle of 232º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7486FB is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116134251-
CMYK0.540.4700.02
HSL232º94.41%71.96%-
HSV(B)232º53.78%98.43%-
XYZ33.1427.7394.87-
YUV141.96189.54109.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.15%
GREEN value IS 134 (52.73% from 255) = 26.75%
BLUE value IS 251 (98.44% from 255) = 50.10%
R=23.15%
G=26.75%
B=50.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161342510.540.4700.0223294.4171.96
Hex7486FB362F02e85e48
Octal164206373665702350136110
Binary111010010000110111110111101101011110101110100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7486FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7486FB; }

 p { color: rgb(116,134,251); }

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

<style>
 a { background-color: #7486FB; }

 a { background-color: rgb(116,134,251); }

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

<style>
 span { border-color: #7486FB; }

 span { border-color: rgb(116,134,251); }

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