#7297EE

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

Shades of Cornflower Blue #7297EE

Tints of Cornflower Blue #7297EE

Color information

#7297EE (or 0x7297EE) is unknown color: approx Cornflower Blue. HEX triplet: 72, 97 and EE. RGB value is (114,151,238). Sum of RGB (Red+Green+Blue) = 114+151+238=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #7297EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7297EE is #8D6811. Grayscale: #959595. Windows color (decimal): -9267218 or 15636338. OLE color: 15636338.

HSL color Cylindrical-coordinate representation of color #7297EE: hue angle of 222.1º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7297EE is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114151238-
CMYK0.520.3700.07
HSL222.1º78.48%69.02%-
HSV(B)222.1º52.1%93.33%-
XYZ33.4431.8885.28-
YUV149.85177.74102.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.66%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 238 (93.36% from 255) = 47.32%
R=22.66%
G=30.02%
B=47.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141512380.520.3700.07222.178.4869.02
Hex7297EE342507de4e45
Octal162227356644507336116105
Binary1110010100101111110111011010010010101111101111010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7297EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7297EE; }

 p { color: rgb(114,151,238); }

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

<style>
 a { background-color: #7297EE; }

 a { background-color: rgb(114,151,238); }

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

<style>
 span { border-color: #7297EE; }

 span { border-color: rgb(114,151,238); }

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