#7a9af0

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

Shades of Cornflower Blue #7A9AF0

Tints of Cornflower Blue #7A9AF0

Color information

#7A9AF0 (or 0x7A9AF0) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 9A and F0. RGB value is (122,154,240). Sum of RGB (Red+Green+Blue) = 122+154+240=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #7A9AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9AF0 is #85650F. Grayscale: #999999. Windows color (decimal): -8742160 or 15768186. OLE color: 15768186.

HSL color Cylindrical-coordinate representation of color #7A9AF0: hue angle of 223.73º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A9AF0 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB122154240-
CMYK0.490.3600.06
HSL223.73º79.73%70.98%-
HSV(B)223.73º49.17%94.12%-
XYZ35.3133.5487.05-
YUV154.24176.4105.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.64%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 240 (94.14% from 255) = 46.51%
R=23.64%
G=29.84%
B=46.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1221542400.490.3600.06223.7379.7370.98
Hex7A9AF0312406e05047
Octal172232360614406340120107
Binary1111010100110101111000011000110010001101110000010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a9af0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7a9af0; }

 p { color: rgb(122,154,240); }

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

<style>
 a { background-color: #7a9af0; }

 a { background-color: rgb(122,154,240); }

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

<style>
 span { border-color: #7a9af0; }

 span { border-color: rgb(122,154,240); }

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