Shades of Jordy Blue #70A8DD
Tints of Jordy Blue #70A8DD
RGB
CMYK
RGB Variations
Color information
#70A8DD (or 0x70A8DD) is known color: Jordy Blue. HEX triplet: 70, A8 and DD. RGB value is (112,168,221). Sum of RGB (Red+Green+Blue) = 112+168+221=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #70A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A8DD is #8F5722. Grayscale: #9D9D9D. Windows color (decimal): -9393955 or 14526576. OLE color: 14526576.
HSL color Cylindrical-coordinate representation of color #70A8DD: hue angle of 209.17º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70A8DD is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 168 | 221 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.13 |
| HSL | 209.17º | 0.62% | 0.65% | - |
| HSV(B) | 209.17º | 0.49% | 0.87% | - |
| XYZ | 33.74 | 36.67 | 73.71 | - |
| YUV | 157.3 | 163.95 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 221 | 0.49 | 0.24 | 0 | 0.13 | 209.17 | 0.62 | 0.65 |
| Hex | 70 | A8 | DD | 31 | 18 | 0 | D | D1 | 3E | 41 |
| Octal | 160 | 250 | 335 | 61 | 30 | 0 | 15 | 321 | 76 | 101 |
| Binary | 1110000 | 10101000 | 11011101 | 110001 | 11000 | 0 | 1101 | 11010001 | 111110 | 1000001 |
Color Harmonies of #70A8DD
Complementary color
Monochromatic Colors of #70A8DD
Black with #70A8DD
Text Example
Text Example
White with #70A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A8DD; }
p { color: rgb(112,168,221); }
H1.HeaderClassName
{
color: #70A8DD;
}
.AnyTagClassName
{
color: #70A8DD;
}
</style>
background-color css
<style>
a { background-color: #70A8DD; }
a { background-color: rgb(112,168,221); }
div.DivClassName
{
background-color: #70A8DD;
}
.BgClassName
{
background-color: #70A8DD;
}
</style>
border-color css
<style>
span { border-color: #70A8DD; }
span { border-color: rgb(112,168,221); }
td.TdClassName
{
border-color: #70A8DD;
}
.TagClassName
{
border-color: #70A8DD;
}
</style>