#70A5FC

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

Shades of Cornflower Blue #70A5FC

Tints of Cornflower Blue #70A5FC

Color information

#70A5FC (or 0x70A5FC) is unknown color: approx Cornflower Blue. HEX triplet: 70, A5 and FC. RGB value is (112,165,252). Sum of RGB (Red+Green+Blue) = 112+165+252=529 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.17% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #70A5FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A5FC is #8F5A03. Grayscale: #9E9E9E. Windows color (decimal): -9394692 or 16557424. OLE color: 16557424.

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

Color convert

RGB112165252-
CMYK0.560.3500.01
HSL217.29º95.89%71.37%-
HSV(B)217.29º55.56%98.82%-
XYZ37.7137.3897.32-
YUV159.07180.4494.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.17%
GREEN value IS 165 (64.84% from 255) = 31.19%
BLUE value IS 252 (98.83% from 255) = 47.64%
R=21.17%
G=31.19%
B=47.64%

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
Decimal1121652520.560.3500.01217.2995.8971.37
Hex70A5FC382301d96047
Octal160245374704301331140107
Binary11100001010010111111100111000100011011101100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,165,252); }

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

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

 a { background-color: rgb(112,165,252); }

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

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

 span { border-color: rgb(112,165,252); }

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