#70A4FD

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

Shades of Cornflower Blue #70A4FD

Tints of Cornflower Blue #70A4FD

Color information

#70A4FD (or 0x70A4FD) is unknown color: approx Cornflower Blue. HEX triplet: 70, A4 and FD. RGB value is (112,164,253). Sum of RGB (Red+Green+Blue) = 112+164+253=529 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.17% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #70A4FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A4FD is #8F5B02. Grayscale: #9E9E9E. Windows color (decimal): -9394947 or 16622704. OLE color: 16622704.

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

Color convert

RGB112164253-
CMYK0.560.3500.01
HSL217.87º97.24%71.57%-
HSV(B)217.87º55.73%99.22%-
XYZ37.6937.0998.1-
YUV158.6181.2794.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.17%
GREEN value IS 164 (64.45% from 255) = 31.00%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=21.17%
G=31.00%
B=47.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1121642530.560.3500.01217.8797.2471.57
Hex70A4FD382301da6148
Octal160244375704301332141110
Binary11100001010010011111101111000100011011101101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,164,253); }

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

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

 a { background-color: rgb(112,164,253); }

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

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

 span { border-color: rgb(112,164,253); }

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