Shades of Jordy Blue #85A2DF
Tints of Jordy Blue #85A2DF
RGB
CMYK
RGB Variations
Color information
#85A2DF (or 0x85A2DF) is known color: Jordy Blue. HEX triplet: 85, A2 and DF. RGB value is (133,162,223). Sum of RGB (Red+Green+Blue) = 133+162+223=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #85A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A2DF is #7A5D20. Grayscale: #A0A0A0. Windows color (decimal): -8019233 or 14656133. OLE color: 14656133.
HSL color Cylindrical-coordinate representation of color #85A2DF: hue angle of 220.67º 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 #85A2DF is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 162 | 223 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.13 |
| HSL | 220.67º | 0.58% | 0.7% | - |
| HSV(B) | 220.67º | 0.4% | 0.87% | - |
| XYZ | 35.91 | 36.15 | 74.9 | - |
| YUV | 160.28 | 163.39 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 223 | 0.40 | 0.27 | 0 | 0.13 | 220.67 | 0.58 | 0.7 |
| Hex | 85 | A2 | DF | 28 | 1B | 0 | D | DD | 3A | 46 |
| Octal | 205 | 242 | 337 | 50 | 33 | 0 | 15 | 335 | 72 | 106 |
| Binary | 10000101 | 10100010 | 11011111 | 101000 | 11011 | 0 | 1101 | 11011101 | 111010 | 1000110 |
Color Harmonies of #85A2DF
Complementary color
Monochromatic Colors of #85A2DF
Black with #85A2DF
Text Example
Text Example
White with #85A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A2DF; }
p { color: rgb(133,162,223); }
H1.HeaderClassName
{
color: #85A2DF;
}
.AnyTagClassName
{
color: #85A2DF;
}
</style>
background-color css
<style>
a { background-color: #85A2DF; }
a { background-color: rgb(133,162,223); }
div.DivClassName
{
background-color: #85A2DF;
}
.BgClassName
{
background-color: #85A2DF;
}
</style>
border-color css
<style>
span { border-color: #85A2DF; }
span { border-color: rgb(133,162,223); }
td.TdClassName
{
border-color: #85A2DF;
}
.TagClassName
{
border-color: #85A2DF;
}
</style>