#70A5FD

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

Shades of Cornflower Blue #70A5FD

Tints of Cornflower Blue #70A5FD

Color information

#70A5FD (or 0x70A5FD) is unknown color: approx Cornflower Blue. HEX triplet: 70, A5 and FD. RGB value is (112,165,253). Sum of RGB (Red+Green+Blue) = 112+165+253=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #70A5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A5FD is #8F5A02. Grayscale: #9E9E9E. Windows color (decimal): -9394691 or 16622960. OLE color: 16622960.

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

Color convert

RGB112165253-
CMYK0.560.3500.01
HSL217.45º97.24%71.57%-
HSV(B)217.45º55.73%99.22%-
XYZ37.8737.4598.16-
YUV159.18180.9494.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.13%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 253 (99.22% from 255) = 47.74%
R=21.13%
G=31.13%
B=47.74%

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
Decimal1121652530.560.3500.01217.4597.2471.57
Hex70A5FD382301d96148
Octal160245375704301331141110
Binary11100001010010111111101111000100011011101100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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