Shades of Jordy Blue #70AADF
Tints of Jordy Blue #70AADF
RGB
CMYK
RGB Variations
Color information
#70AADF (or 0x70AADF) is known color: Jordy Blue. HEX triplet: 70, AA and DF. RGB value is (112,170,223). Sum of RGB (Red+Green+Blue) = 112+170+223=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #70AADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AADF is #8F5520. Grayscale: #9E9E9E. Windows color (decimal): -9393441 or 14658160. OLE color: 14658160.
HSL color Cylindrical-coordinate representation of color #70AADF: hue angle of 208.65º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70AADF is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 170 | 223 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.13 |
| HSL | 208.65º | 0.63% | 0.66% | - |
| HSV(B) | 208.65º | 0.5% | 0.87% | - |
| XYZ | 34.38 | 37.52 | 75.24 | - |
| YUV | 158.7 | 164.28 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 223 | 0.50 | 0.24 | 0 | 0.13 | 208.65 | 0.63 | 0.66 |
| Hex | 70 | AA | DF | 32 | 18 | 0 | D | D1 | 3F | 42 |
| Octal | 160 | 252 | 337 | 62 | 30 | 0 | 15 | 321 | 77 | 102 |
| Binary | 1110000 | 10101010 | 11011111 | 110010 | 11000 | 0 | 1101 | 11010001 | 111111 | 1000010 |
Color Harmonies of #70AADF
Complementary color
Monochromatic Colors of #70AADF
Black with #70AADF
Text Example
Text Example
White with #70AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AADF; }
p { color: rgb(112,170,223); }
H1.HeaderClassName
{
color: #70AADF;
}
.AnyTagClassName
{
color: #70AADF;
}
</style>
background-color css
<style>
a { background-color: #70AADF; }
a { background-color: rgb(112,170,223); }
div.DivClassName
{
background-color: #70AADF;
}
.BgClassName
{
background-color: #70AADF;
}
</style>
border-color css
<style>
span { border-color: #70AADF; }
span { border-color: rgb(112,170,223); }
td.TdClassName
{
border-color: #70AADF;
}
.TagClassName
{
border-color: #70AADF;
}
</style>