#709FF5

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

Shades of Cornflower Blue #709FF5

Tints of Cornflower Blue #709FF5

Color information

#709FF5 (or 0x709FF5) is unknown color: approx Cornflower Blue. HEX triplet: 70, 9F and F5. RGB value is (112,159,245). Sum of RGB (Red+Green+Blue) = 112+159+245=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 245 - color contains mainly: blue. Hex color #709FF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709FF5 is #8F600A. Grayscale: #9A9A9A. Windows color (decimal): -9396235 or 16097136. OLE color: 16097136.

HSL color Cylindrical-coordinate representation of color #709FF5: hue angle of 218.8º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #709FF5 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB112159245-
CMYK0.540.3500.04
HSL218.8º86.93%70%-
HSV(B)218.8º54.29%96.08%-
XYZ35.5634.8391.24-
YUV154.75178.9397.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.71%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 245 (96.09% from 255) = 47.48%
R=21.71%
G=30.81%
B=47.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1121592450.540.3500.04218.886.9370
Hex709FF5362304db5746
Octal160237365664304333127106
Binary1110000100111111111010111011010001101001101101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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