Shades of Jordy Blue #70ABDD
Tints of Jordy Blue #70ABDD
RGB
CMYK
RGB Variations
Color information
#70ABDD (or 0x70ABDD) is known color: Jordy Blue. HEX triplet: 70, AB and DD. RGB value is (112,171,221). Sum of RGB (Red+Green+Blue) = 112+171+221=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #70ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABDD is #8F5422. Grayscale: #9E9E9E. Windows color (decimal): -9393187 or 14527344. OLE color: 14527344.
HSL color Cylindrical-coordinate representation of color #70ABDD: hue angle of 207.52º 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 #70ABDD is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 171 | 221 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.13 |
| HSL | 207.52º | 0.62% | 0.65% | - |
| HSV(B) | 207.52º | 0.49% | 0.87% | - |
| XYZ | 34.3 | 37.79 | 73.89 | - |
| YUV | 159.06 | 162.95 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 221 | 0.49 | 0.23 | 0 | 0.13 | 207.52 | 0.62 | 0.65 |
| Hex | 70 | AB | DD | 31 | 17 | 0 | D | D0 | 3E | 41 |
| Octal | 160 | 253 | 335 | 61 | 27 | 0 | 15 | 320 | 76 | 101 |
| Binary | 1110000 | 10101011 | 11011101 | 110001 | 10111 | 0 | 1101 | 11010000 | 111110 | 1000001 |
Color Harmonies of #70ABDD
Complementary color
Monochromatic Colors of #70ABDD
Black with #70ABDD
Text Example
Text Example
White with #70ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ABDD; }
p { color: rgb(112,171,221); }
H1.HeaderClassName
{
color: #70ABDD;
}
.AnyTagClassName
{
color: #70ABDD;
}
</style>
background-color css
<style>
a { background-color: #70ABDD; }
a { background-color: rgb(112,171,221); }
div.DivClassName
{
background-color: #70ABDD;
}
.BgClassName
{
background-color: #70ABDD;
}
</style>
border-color css
<style>
span { border-color: #70ABDD; }
span { border-color: rgb(112,171,221); }
td.TdClassName
{
border-color: #70ABDD;
}
.TagClassName
{
border-color: #70ABDD;
}
</style>