#7496F3

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

Shades of Cornflower Blue #7496F3

Tints of Cornflower Blue #7496F3

Color information

#7496F3 (or 0x7496F3) is unknown color: approx Cornflower Blue. HEX triplet: 74, 96 and F3. RGB value is (116,150,243). Sum of RGB (Red+Green+Blue) = 116+150+243=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #7496F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7496F3 is #8B690C. Grayscale: #969696. Windows color (decimal): -9136397 or 15963764. OLE color: 15963764.

HSL color Cylindrical-coordinate representation of color #7496F3: hue angle of 223.94º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7496F3 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB116150243-
CMYK0.520.3800.05
HSL223.94º84.11%70.39%-
HSV(B)223.94º52.26%95.29%-
XYZ34.293289.16-
YUV150.44180.24103.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.79%
GREEN value IS 150 (58.98% from 255) = 29.47%
BLUE value IS 243 (95.31% from 255) = 47.74%
R=22.79%
G=29.47%
B=47.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1161502430.520.3800.05223.9484.1170.39
Hex7496F3342605e05446
Octal164226363644605340124106
Binary1110100100101101111001111010010011001011110000010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7496F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,150,243); }

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

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

 a { background-color: rgb(116,150,243); }

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

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

 span { border-color: rgb(116,150,243); }

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