#7098F3

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

Shades of Cornflower Blue #7098F3

Tints of Cornflower Blue #7098F3

Color information

#7098F3 (or 0x7098F3) is unknown color: approx Cornflower Blue. HEX triplet: 70, 98 and F3. RGB value is (112,152,243). Sum of RGB (Red+Green+Blue) = 112+152+243=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #7098F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7098F3 is #8F670C. Grayscale: #969696. Windows color (decimal): -9398029 or 15964272. OLE color: 15964272.

HSL color Cylindrical-coordinate representation of color #7098F3: hue angle of 221.68º 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 #7098F3 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112152243-
CMYK0.540.3700.05
HSL221.68º84.52%69.61%-
HSV(B)221.68º53.91%95.29%-
XYZ34.0932.3789.25-
YUV150.41180.25100.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.09%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 243 (95.31% from 255) = 47.93%
R=22.09%
G=29.98%
B=47.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1121522430.540.3700.05221.6884.5269.61
Hex7098F3362505de5546
Octal160230363664505336125106
Binary1110000100110001111001111011010010101011101111010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7098F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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