#7490ff

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

Shades of Cornflower Blue #7490FF

Tints of Cornflower Blue #7490FF

Color information

#7490FF (or 0x7490FF) is unknown color: approx Cornflower Blue. HEX triplet: 74, 90 and FF. RGB value is (116,144,255). Sum of RGB (Red+Green+Blue) = 116+144+255=515 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.52% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #7490FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7490FF is #8B6F00. Grayscale: #939393. Windows color (decimal): -9137921 or 16748660. OLE color: 16748660.

HSL color Cylindrical-coordinate representation of color #7490FF: hue angle of 227.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7490FF is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB116144255-
CMYK0.550.4400
HSL227.91º100%72.75%-
HSV(B)227.91º54.51%100%-
XYZ35.2330.8898.71-
YUV148.28188.22104.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.52%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 255 (100% from 255) = 49.51%
R=22.52%
G=27.96%
B=49.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1161442550.550.4400227.9110072.75
Hex7490FF372C00e46449
Octal164220377675400344144111
Binary11101001001000011111111110111101100001110010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7490ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7490ff; }

 p { color: rgb(116,144,255); }

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

<style>
 a { background-color: #7490ff; }

 a { background-color: rgb(116,144,255); }

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

<style>
 span { border-color: #7490ff; }

 span { border-color: rgb(116,144,255); }

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