#70A5D1

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

Shades of Jordy Blue #70A5D1

Tints of Jordy Blue #70A5D1

Color information

#70A5D1 (or 0x70A5D1) is unknown color: approx Jordy Blue. HEX triplet: 70, A5 and D1. RGB value is (112,165,209). Sum of RGB (Red+Green+Blue) = 112+165+209=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #70A5D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A5D1 is #8F5A2E. Grayscale: #999999. Windows color (decimal): -9394735 or 13739376. OLE color: 13739376.

HSL color Cylindrical-coordinate representation of color #70A5D1: hue angle of 207.22º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70A5D1 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB112165209-
CMYK0.460.2100.18
HSL207.22º51.32%62.94%-
HSV(B)207.22º46.41%81.96%-
XYZ31.6534.9665.4-
YUV154.17158.9497.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.05%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=23.05%
G=33.95%
B=43.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1121652090.460.2100.18207.2251.3262.94
Hex70A5D12E15012cf333f
Octal16024532156250223176377
Binary111000010100101110100011011101010101001011001111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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