#70A0F0

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

Shades of Cornflower Blue #70A0F0

Tints of Cornflower Blue #70A0F0

Color information

#70A0F0 (or 0x70A0F0) is unknown color: approx Cornflower Blue. HEX triplet: 70, A0 and F0. RGB value is (112,160,240). Sum of RGB (Red+Green+Blue) = 112+160+240=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #70A0F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A0F0 is #8F5F0F. Grayscale: #9A9A9A. Windows color (decimal): -9395984 or 15769712. OLE color: 15769712.

HSL color Cylindrical-coordinate representation of color #70A0F0: hue angle of 217.5º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70A0F0 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB112160240-
CMYK0.530.3300.06
HSL217.5º81.01%69.02%-
HSV(B)217.5º53.33%94.12%-
XYZ34.9834.8887.33-
YUV154.77176.197.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.88%
GREEN value IS 160 (62.89% from 255) = 31.25%
BLUE value IS 240 (94.14% from 255) = 46.88%
R=21.88%
G=31.25%
B=46.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1121602400.530.3300.06217.581.0169.02
Hex70A0F0352106da5145
Octal160240360654106332121105
Binary1110000101000001111000011010110000101101101101010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70A0F0; }

 p { color: rgb(112,160,240); }

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

<style>
 a { background-color: #70A0F0; }

 a { background-color: rgb(112,160,240); }

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

<style>
 span { border-color: #70A0F0; }

 span { border-color: rgb(112,160,240); }

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