#7099FC

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

Shades of Cornflower Blue #7099FC

Tints of Cornflower Blue #7099FC

Color information

#7099FC (or 0x7099FC) is unknown color: approx Cornflower Blue. HEX triplet: 70, 99 and FC. RGB value is (112,153,252). Sum of RGB (Red+Green+Blue) = 112+153+252=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #7099FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7099FC is #8F6603. Grayscale: #979797. Windows color (decimal): -9397764 or 16554352. OLE color: 16554352.

HSL color Cylindrical-coordinate representation of color #7099FC: hue angle of 222.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7099FC is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB112153252-
CMYK0.560.3900.01
HSL222.43º95.89%71.37%-
HSV(B)222.43º55.56%98.82%-
XYZ35.6433.2696.64-
YUV152.03184.4299.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.66%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 252 (98.83% from 255) = 48.74%
R=21.66%
G=29.59%
B=48.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1121532520.560.3900.01222.4395.8971.37
Hex7099FC382701de6047
Octal160231374704701336140107
Binary11100001001100111111100111000100111011101111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7099FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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