Html Css Color HEX #70AADB Jordy Blue

📋 copy color: '#70AADB'

red 112 ◦ green 170 ◦ blue 219

#70AADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #70AADB

Tints of Jordy Blue #70AADB

RGB

 RED value IS 112 (44.14% from 255) = 22.36%

 GREEN value IS 170 (66.8% from 255) = 33.93%

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 22.36%
G = 33.93%
B = 43.71%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#70AADB (or 0x70AADB) is known color: Jordy Blue. HEX triplet: 70, AA and DB. RGB value is (112,170,219). Sum of RGB (Red+Green+Blue) = 112+170+219=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #70AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AADB is #8F5524. Grayscale: #9D9D9D. Windows color (decimal): -9393445 or 14396016. OLE color: 14396016.

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

Color convert

RGB 112 170 219 -
CMYK 0.49 0.22 0 0.14
HSL 207.48º 0.6% 0.65% -
HSV(B) 207.48º 0.49% 0.86% -
XYZ 33.84 37.31 72.44 -
YUV 158.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 112 170 219 0.49 0.22 0 0.14 207.48 0.6 0.65
Hex 70 AA DB 31 16 0 E CF 3C 41
Octal 160 252 333 61 26 0 16 317 74 101
Binary 1110000 10101010 11011011 110001 10110 0 1110 11001111 111100 1000001

Color Harmonies of #70AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AADB

Black with #70AADB

Text Example


Text Example

White with #70AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70AADB;
 }
 .AnyTagClassName
 {
   color: #70AADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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