#70A6FF

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

Shades of Cornflower Blue #70A6FF

Tints of Cornflower Blue #70A6FF

Color information

#70A6FF (or 0x70A6FF) is unknown color: approx Cornflower Blue. HEX triplet: 70, A6 and FF. RGB value is (112,166,255). Sum of RGB (Red+Green+Blue) = 112+166+255=533 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.01% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #70A6FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A6FF is #8F5900. Grayscale: #9F9F9F. Windows color (decimal): -9394433 or 16754288. OLE color: 16754288.

HSL color Cylindrical-coordinate representation of color #70A6FF: hue angle of 217.34º 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 #70A6FF is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB112166255-
CMYK0.560.3500
HSL217.34º100%71.96%-
HSV(B)217.34º56.08%100%-
XYZ38.3737.9499.91-
YUV160181.6193.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.01%
GREEN value IS 166 (65.23% from 255) = 31.14%
BLUE value IS 255 (100% from 255) = 47.84%
R=21.01%
G=31.14%
B=47.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1121662550.560.3500217.3410071.96
Hex70A6FF382300d96448
Octal160246377704300331144110
Binary11100001010011011111111111000100011001101100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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