#7097F3

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

Shades of Cornflower Blue #7097F3

Tints of Cornflower Blue #7097F3

Color information

#7097F3 (or 0x7097F3) is unknown color: approx Cornflower Blue. HEX triplet: 70, 97 and F3. RGB value is (112,151,243). Sum of RGB (Red+Green+Blue) = 112+151+243=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #7097F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7097F3 is #8F680C. Grayscale: #959595. Windows color (decimal): -9398285 or 15964016. OLE color: 15964016.

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

Color convert

RGB112151243-
CMYK0.540.3800.05
HSL222.14º84.52%69.61%-
HSV(B)222.14º53.91%95.29%-
XYZ33.9332.0589.19-
YUV149.83180.58101.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.13%
GREEN value IS 151 (59.38% from 255) = 29.84%
BLUE value IS 243 (95.31% from 255) = 48.02%
R=22.13%
G=29.84%
B=48.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1121512430.540.3800.05222.1484.5269.61
Hex7097F3362605de5546
Octal160227363664605336125106
Binary1110000100101111111001111011010011001011101111010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7097F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,151,243); }

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

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

 a { background-color: rgb(112,151,243); }

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

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

 span { border-color: rgb(112,151,243); }

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