#70A2F1

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

Shades of Cornflower Blue #70A2F1

Tints of Cornflower Blue #70A2F1

Color information

#70A2F1 (or 0x70A2F1) is unknown color: approx Cornflower Blue. HEX triplet: 70, A2 and F1. RGB value is (112,162,241). Sum of RGB (Red+Green+Blue) = 112+162+241=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #70A2F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A2F1 is #8F5D0E. Grayscale: #9B9B9B. Windows color (decimal): -9395471 or 15835760. OLE color: 15835760.

HSL color Cylindrical-coordinate representation of color #70A2F1: hue angle of 216.74º degrees, saturation: 0.82, 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 #70A2F1 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112162241-
CMYK0.540.3300.05
HSL216.74º82.17%69.22%-
HSV(B)216.74º53.53%94.51%-
XYZ35.4835.6488.23-
YUV156.06175.9496.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.75%
GREEN value IS 162 (63.67% from 255) = 31.46%
BLUE value IS 241 (94.53% from 255) = 46.80%
R=21.75%
G=31.46%
B=46.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1121622410.540.3300.05216.7482.1769.22
Hex70A2F1362105d95245
Octal160242361664105331122105
Binary1110000101000101111000111011010000101011101100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,162,241); }

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

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

 a { background-color: rgb(112,162,241); }

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

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

 span { border-color: rgb(112,162,241); }

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