#709FF2

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

Shades of Cornflower Blue #709FF2

Tints of Cornflower Blue #709FF2

Color information

#709FF2 (or 0x709FF2) is unknown color: approx Cornflower Blue. HEX triplet: 70, 9F and F2. RGB value is (112,159,242). Sum of RGB (Red+Green+Blue) = 112+159+242=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #709FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709FF2 is #8F600D. Grayscale: #9A9A9A. Windows color (decimal): -9396238 or 15900528. OLE color: 15900528.

HSL color Cylindrical-coordinate representation of color #709FF2: hue angle of 218.31º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #709FF2 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112159242-
CMYK0.540.3400.05
HSL218.31º83.33%69.41%-
HSV(B)218.31º53.72%94.9%-
XYZ35.1134.6588.84-
YUV154.41177.4397.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.83%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 242 (94.92% from 255) = 47.17%
R=21.83%
G=30.99%
B=47.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1121592420.540.3400.05218.3183.3369.41
Hex709FF2362205da5345
Octal160237362664205332123105
Binary1110000100111111111001011011010001001011101101010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709FF2; }

 p { color: rgb(112,159,242); }

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

<style>
 a { background-color: #709FF2; }

 a { background-color: rgb(112,159,242); }

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

<style>
 span { border-color: #709FF2; }

 span { border-color: rgb(112,159,242); }

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