Shades of Jordy Blue #85A4DF
Tints of Jordy Blue #85A4DF
RGB
CMYK
RGB Variations
Color information
#85A4DF (or 0x85A4DF) is known color: Jordy Blue. HEX triplet: 85, A4 and DF. RGB value is (133,164,223). Sum of RGB (Red+Green+Blue) = 133+164+223=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #85A4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A4DF is #7A5B20. Grayscale: #A1A1A1. Windows color (decimal): -8018721 or 14656645. OLE color: 14656645.
HSL color Cylindrical-coordinate representation of color #85A4DF: hue angle of 219.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A4DF is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 164 | 223 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.13 |
| HSL | 219.33º | 0.58% | 0.7% | - |
| HSV(B) | 219.33º | 0.4% | 0.87% | - |
| XYZ | 36.27 | 36.87 | 75.02 | - |
| YUV | 161.46 | 162.73 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 223 | 0.40 | 0.26 | 0 | 0.13 | 219.33 | 0.58 | 0.7 |
| Hex | 85 | A4 | DF | 28 | 1A | 0 | D | DB | 3A | 46 |
| Octal | 205 | 244 | 337 | 50 | 32 | 0 | 15 | 333 | 72 | 106 |
| Binary | 10000101 | 10100100 | 11011111 | 101000 | 11010 | 0 | 1101 | 11011011 | 111010 | 1000110 |
Color Harmonies of #85A4DF
Complementary color
Monochromatic Colors of #85A4DF
Black with #85A4DF
Text Example
Text Example
White with #85A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A4DF; }
p { color: rgb(133,164,223); }
H1.HeaderClassName
{
color: #85A4DF;
}
.AnyTagClassName
{
color: #85A4DF;
}
</style>
background-color css
<style>
a { background-color: #85A4DF; }
a { background-color: rgb(133,164,223); }
div.DivClassName
{
background-color: #85A4DF;
}
.BgClassName
{
background-color: #85A4DF;
}
</style>
border-color css
<style>
span { border-color: #85A4DF; }
span { border-color: rgb(133,164,223); }
td.TdClassName
{
border-color: #85A4DF;
}
.TagClassName
{
border-color: #85A4DF;
}
</style>