#70AADA

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

Shades of Jordy Blue #70AADA

Tints of Jordy Blue #70AADA

Color information

#70AADA (or 0x70AADA) is unknown color: approx Jordy Blue. HEX triplet: 70, AA and DA. RGB value is (112,170,218). Sum of RGB (Red+Green+Blue) = 112+170+218=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #70AADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AADA is #8F5525. Grayscale: #9D9D9D. Windows color (decimal): -9393446 or 14330480. OLE color: 14330480.

HSL color Cylindrical-coordinate representation of color #70AADA: hue angle of 207.17º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70AADA is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112170218-
CMYK0.490.2200.15
HSL207.17º58.89%64.71%-
HSV(B)207.17º48.62%85.49%-
XYZ33.7137.2671.74-
YUV158.13161.7895.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.4%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=22.4%
G=34%
B=43.6%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121702180.490.2200.15207.1758.8964.71
Hex70AADA31160Fcf3b41
Octal160252332612601731773101
Binary111000010101010110110101100011011001111110011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,170,218); }

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

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

 a { background-color: rgb(112,170,218); }

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

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

 span { border-color: rgb(112,170,218); }

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