Shades of Jordy Blue #70A9DF
Tints of Jordy Blue #70A9DF
RGB
CMYK
RGB Variations
Color information
#70A9DF (or 0x70A9DF) is known color: Jordy Blue. HEX triplet: 70, A9 and DF. RGB value is (112,169,223). Sum of RGB (Red+Green+Blue) = 112+169+223=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #70A9DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A9DF is #8F5620. Grayscale: #9D9D9D. Windows color (decimal): -9393697 or 14657904. OLE color: 14657904.
HSL color Cylindrical-coordinate representation of color #70A9DF: hue angle of 209.19º 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 #70A9DF is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 169 | 223 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.13 |
| HSL | 209.19º | 0.63% | 0.66% | - |
| HSV(B) | 209.19º | 0.5% | 0.87% | - |
| XYZ | 34.19 | 37.15 | 75.18 | - |
| YUV | 158.11 | 164.62 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 169 | 223 | 0.50 | 0.24 | 0 | 0.13 | 209.19 | 0.63 | 0.66 |
| Hex | 70 | A9 | DF | 32 | 18 | 0 | D | D1 | 3F | 42 |
| Octal | 160 | 251 | 337 | 62 | 30 | 0 | 15 | 321 | 77 | 102 |
| Binary | 1110000 | 10101001 | 11011111 | 110010 | 11000 | 0 | 1101 | 11010001 | 111111 | 1000010 |
Color Harmonies of #70A9DF
Complementary color
Monochromatic Colors of #70A9DF
Black with #70A9DF
Text Example
Text Example
White with #70A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A9DF; }
p { color: rgb(112,169,223); }
H1.HeaderClassName
{
color: #70A9DF;
}
.AnyTagClassName
{
color: #70A9DF;
}
</style>
background-color css
<style>
a { background-color: #70A9DF; }
a { background-color: rgb(112,169,223); }
div.DivClassName
{
background-color: #70A9DF;
}
.BgClassName
{
background-color: #70A9DF;
}
</style>
border-color css
<style>
span { border-color: #70A9DF; }
span { border-color: rgb(112,169,223); }
td.TdClassName
{
border-color: #70A9DF;
}
.TagClassName
{
border-color: #70A9DF;
}
</style>