#70A0DB

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

Shades of Jordy Blue #70A0DB

Tints of Jordy Blue #70A0DB

Color information

#70A0DB (or 0x70A0DB) is unknown color: approx Jordy Blue. HEX triplet: 70, A0 and DB. RGB value is (112,160,219). Sum of RGB (Red+Green+Blue) = 112+160+219=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #70A0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A0DB is #8F5F24. Grayscale: #989898. Windows color (decimal): -9396005 or 14393456. OLE color: 14393456.

HSL color Cylindrical-coordinate representation of color #70A0DB: hue angle of 213.08º degrees, saturation: 0.6, 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 #70A0DB is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112160219-
CMYK0.490.2700.14
HSL213.08º59.78%64.9%-
HSV(B)213.08º48.86%85.88%-
XYZ32.0433.771.83-
YUV152.37165.699.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.81%
GREEN value IS 160 (62.89% from 255) = 32.59%
BLUE value IS 219 (85.94% from 255) = 44.60%
R=22.81%
G=32.59%
B=44.60%

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
Decimal1121602190.490.2700.14213.0859.7864.9
Hex70A0DB311B0Ed53c41
Octal160240333613301632574101
Binary111000010100000110110111100011101101110110101011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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