#70A9F9

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

Shades of Cornflower Blue #70A9F9

Tints of Cornflower Blue #70A9F9

Color information

#70A9F9 (or 0x70A9F9) is unknown color: approx Cornflower Blue. HEX triplet: 70, A9 and F9. RGB value is (112,169,249). Sum of RGB (Red+Green+Blue) = 112+169+249=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #70A9F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A9F9 is #8F5606. Grayscale: #A0A0A0. Windows color (decimal): -9393671 or 16361840. OLE color: 16361840.

HSL color Cylindrical-coordinate representation of color #70A9F9: hue angle of 215.04º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70A9F9 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112169249-
CMYK0.550.3200.02
HSL215.04º91.95%70.78%-
HSV(B)215.04º55.02%97.65%-
XYZ37.9738.6695.08-
YUV161.08177.6293-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.13%
GREEN value IS 169 (66.41% from 255) = 31.89%
BLUE value IS 249 (97.66% from 255) = 46.98%
R=21.13%
G=31.89%
B=46.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1121692490.550.3200.02215.0491.9570.78
Hex70A9F9372002d75c47
Octal160251371674002327134107
Binary111000010101001111110011101111000000101101011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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