#7099FA

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

Shades of Cornflower Blue #7099FA

Tints of Cornflower Blue #7099FA

Color information

#7099FA (or 0x7099FA) is unknown color: approx Cornflower Blue. HEX triplet: 70, 99 and FA. RGB value is (112,153,250). Sum of RGB (Red+Green+Blue) = 112+153+250=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #7099FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7099FA is #8F6605. Grayscale: #979797. Windows color (decimal): -9397766 or 16423280. OLE color: 16423280.

HSL color Cylindrical-coordinate representation of color #7099FA: hue angle of 222.17º 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 #7099FA is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112153250-
CMYK0.550.3900.02
HSL222.17º93.24%70.98%-
HSV(B)222.17º55.2%98.04%-
XYZ35.3333.1394.98-
YUV151.8183.4299.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.75%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 250 (98.05% from 255) = 48.54%
R=21.75%
G=29.71%
B=48.54%

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
Decimal1121532500.550.3900.02222.1793.2470.98
Hex7099FA372702de5d47
Octal160231372674702336135107
Binary111000010011001111110101101111001110101101111010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7099FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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