#70A0DC

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

Shades of Jordy Blue #70A0DC

Tints of Jordy Blue #70A0DC

Color information

#70A0DC (or 0x70A0DC) is unknown color: approx Jordy Blue. HEX triplet: 70, A0 and DC. RGB value is (112,160,220). Sum of RGB (Red+Green+Blue) = 112+160+220=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #70A0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A0DC is #8F5F23. Grayscale: #989898. Windows color (decimal): -9396004 or 14458992. OLE color: 14458992.

HSL color Cylindrical-coordinate representation of color #70A0DC: hue angle of 213.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70A0DC is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112160220-
CMYK0.490.2700.14
HSL213.33º60.67%65.1%-
HSV(B)213.33º49.09%86.27%-
XYZ32.1733.7572.53-
YUV152.49166.199.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.76%
GREEN value IS 160 (62.89% from 255) = 32.52%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=22.76%
G=32.52%
B=44.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1121602200.490.2700.14213.3360.6765.1
Hex70A0DC311B0Ed53d41
Octal160240334613301632575101
Binary111000010100000110111001100011101101110110101011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,160,220); }

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

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

 a { background-color: rgb(112,160,220); }

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

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

 span { border-color: rgb(112,160,220); }

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