#7997EA

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

Shades of Cornflower Blue #7997EA

Tints of Cornflower Blue #7997EA

Color information

#7997EA (or 0x7997EA) is unknown color: approx Cornflower Blue. HEX triplet: 79, 97 and EA. RGB value is (121,151,234). Sum of RGB (Red+Green+Blue) = 121+151+234=506 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.91% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #7997EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7997EA is #866815. Grayscale: #979797. Windows color (decimal): -8808470 or 15374201. OLE color: 15374201.

HSL color Cylindrical-coordinate representation of color #7997EA: hue angle of 224.07º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7997EA is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121151234-
CMYK0.480.3500.08
HSL224.07º72.9%69.61%-
HSV(B)224.07º48.29%91.76%-
XYZ33.832.1482.26-
YUV151.49174.56106.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.91%
GREEN value IS 151 (59.38% from 255) = 29.84%
BLUE value IS 234 (91.80% from 255) = 46.25%
R=23.91%
G=29.84%
B=46.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211512340.480.3500.08224.0772.969.61
Hex7997EA302308e04946
Octal1712273526043010340111106
Binary11110011001011111101010110000100011010001110000010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7997EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7997EA; }

 p { color: rgb(121,151,234); }

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

<style>
 a { background-color: #7997EA; }

 a { background-color: rgb(121,151,234); }

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

<style>
 span { border-color: #7997EA; }

 span { border-color: rgb(121,151,234); }

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