Shades of Jordy Blue #70A7DB
Tints of Jordy Blue #70A7DB
RGB
CMYK
RGB Variations
Color information
#70A7DB (or 0x70A7DB) is known color: Jordy Blue. HEX triplet: 70, A7 and DB. RGB value is (112,167,219). Sum of RGB (Red+Green+Blue) = 112+167+219=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #70A7DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A7DB is #8F5824. Grayscale: #9C9C9C. Windows color (decimal): -9394213 or 14395248. OLE color: 14395248.
HSL color Cylindrical-coordinate representation of color #70A7DB: hue angle of 209.16º 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 #70A7DB is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 167 | 219 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.14 |
| HSL | 209.16º | 0.6% | 0.65% | - |
| HSV(B) | 209.16º | 0.49% | 0.86% | - |
| XYZ | 33.29 | 36.2 | 72.25 | - |
| YUV | 156.48 | 163.28 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 167 | 219 | 0.49 | 0.24 | 0 | 0.14 | 209.16 | 0.6 | 0.65 |
| Hex | 70 | A7 | DB | 31 | 18 | 0 | E | D1 | 3C | 41 |
| Octal | 160 | 247 | 333 | 61 | 30 | 0 | 16 | 321 | 74 | 101 |
| Binary | 1110000 | 10100111 | 11011011 | 110001 | 11000 | 0 | 1110 | 11010001 | 111100 | 1000001 |
Color Harmonies of #70A7DB
Complementary color
Monochromatic Colors of #70A7DB
Black with #70A7DB
Text Example
Text Example
White with #70A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A7DB; }
p { color: rgb(112,167,219); }
H1.HeaderClassName
{
color: #70A7DB;
}
.AnyTagClassName
{
color: #70A7DB;
}
</style>
background-color css
<style>
a { background-color: #70A7DB; }
a { background-color: rgb(112,167,219); }
div.DivClassName
{
background-color: #70A7DB;
}
.BgClassName
{
background-color: #70A7DB;
}
</style>
border-color css
<style>
span { border-color: #70A7DB; }
span { border-color: rgb(112,167,219); }
td.TdClassName
{
border-color: #70A7DB;
}
.TagClassName
{
border-color: #70A7DB;
}
</style>