#70A9FF

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

Shades of Cornflower Blue #70A9FF

Tints of Cornflower Blue #70A9FF

Color information

#70A9FF (or 0x70A9FF) is unknown color: approx Cornflower Blue. HEX triplet: 70, A9 and FF. RGB value is (112,169,255). Sum of RGB (Red+Green+Blue) = 112+169+255=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #70A9FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A9FF is #8F5600. Grayscale: #A1A1A1. Windows color (decimal): -9393665 or 16755056. OLE color: 16755056.

HSL color Cylindrical-coordinate representation of color #70A9FF: hue angle of 216.08º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70A9FF is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB112169255-
CMYK0.560.3400
HSL216.08º100%71.96%-
HSV(B)216.08º56.08%100%-
XYZ38.9239.04100.09-
YUV161.76180.6292.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.90%
GREEN value IS 169 (66.41% from 255) = 31.53%
BLUE value IS 255 (100% from 255) = 47.57%
R=20.90%
G=31.53%
B=47.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1121692550.560.3400216.0810071.96
Hex70A9FF382200d86448
Octal160251377704200330144110
Binary11100001010100111111111111000100010001101100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,169,255); }

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

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

 a { background-color: rgb(112,169,255); }

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

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

 span { border-color: rgb(112,169,255); }

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