#7098FA

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

Shades of Cornflower Blue #7098FA

Tints of Cornflower Blue #7098FA

Color information

#7098FA (or 0x7098FA) is unknown color: approx Cornflower Blue. HEX triplet: 70, 98 and FA. RGB value is (112,152,250). Sum of RGB (Red+Green+Blue) = 112+152+250=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #7098FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7098FA is #8F6705. Grayscale: #969696. Windows color (decimal): -9398022 or 16423024. OLE color: 16423024.

HSL color Cylindrical-coordinate representation of color #7098FA: hue angle of 222.61º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7098FA is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112152250-
CMYK0.550.3900.02
HSL222.61º93.24%70.98%-
HSV(B)222.61º55.2%98.04%-
XYZ35.1732.894.92-
YUV151.21183.75100.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.79%
GREEN value IS 152 (59.77% from 255) = 29.57%
BLUE value IS 250 (98.05% from 255) = 48.64%
R=21.79%
G=29.57%
B=48.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1121522500.550.3900.02222.6193.2470.98
Hex7098FA372702df5d47
Octal160230372674702337135107
Binary111000010011000111110101101111001110101101111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7098FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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