Shades of Jordy Blue #85A7DD
Tints of Jordy Blue #85A7DD
RGB
CMYK
RGB Variations
Color information
#85A7DD (or 0x85A7DD) is known color: Jordy Blue. HEX triplet: 85, A7 and DD. RGB value is (133,167,221). Sum of RGB (Red+Green+Blue) = 133+167+221=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #85A7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A7DD is #7A5822. Grayscale: #A2A2A2. Windows color (decimal): -8017955 or 14526341. OLE color: 14526341.
HSL color Cylindrical-coordinate representation of color #85A7DD: hue angle of 216.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A7DD is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 167 | 221 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.13 |
| HSL | 216.82º | 0.56% | 0.69% | - |
| HSV(B) | 216.82º | 0.4% | 0.87% | - |
| XYZ | 36.54 | 37.84 | 73.79 | - |
| YUV | 162.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 167 | 221 | 0.40 | 0.24 | 0 | 0.13 | 216.82 | 0.56 | 0.69 |
| Hex | 85 | A7 | DD | 28 | 18 | 0 | D | D9 | 38 | 45 |
| Octal | 205 | 247 | 335 | 50 | 30 | 0 | 15 | 331 | 70 | 105 |
| Binary | 10000101 | 10100111 | 11011101 | 101000 | 11000 | 0 | 1101 | 11011001 | 111000 | 1000101 |
Color Harmonies of #85A7DD
Complementary color
Monochromatic Colors of #85A7DD
Black with #85A7DD
Text Example
Text Example
White with #85A7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A7DD; }
p { color: rgb(133,167,221); }
H1.HeaderClassName
{
color: #85A7DD;
}
.AnyTagClassName
{
color: #85A7DD;
}
</style>
background-color css
<style>
a { background-color: #85A7DD; }
a { background-color: rgb(133,167,221); }
div.DivClassName
{
background-color: #85A7DD;
}
.BgClassName
{
background-color: #85A7DD;
}
</style>
border-color css
<style>
span { border-color: #85A7DD; }
span { border-color: rgb(133,167,221); }
td.TdClassName
{
border-color: #85A7DD;
}
.TagClassName
{
border-color: #85A7DD;
}
</style>