Shades of Jordy Blue #70AADB
Tints of Jordy Blue #70AADB
RGB
CMYK
RGB Variations
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
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>