Shades of Jordy Blue #85A0FF
Tints of Jordy Blue #85A0FF
RGB
CMYK
RGB Variations
Color information
#85A0FF (or 0x85A0FF) is known color: Jordy Blue. HEX triplet: 85, A0 and FF. RGB value is (133,160,255). Sum of RGB (Red+Green+Blue) = 133+160+255=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #85A0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A0FF is #7A5F00. Grayscale: #A2A2A2. Windows color (decimal): -8019713 or 16752773. OLE color: 16752773.
HSL color Cylindrical-coordinate representation of color #85A0FF: hue angle of 226.72º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85A0FF is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 160 | 255 | - |
| CMYK | 0.48 | 0.37 | 0 | 0 |
| HSL | 226.72º | 1% | 0.76% | - |
| HSV(B) | 226.72º | 0.48% | 1% | - |
| XYZ | 40.29 | 37.35 | 99.69 | - |
| YUV | 162.76 | 180.05 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 255 | 0.48 | 0.37 | 0 | 0 | 226.72 | 1 | 0.76 |
| Hex | 85 | A0 | FF | 30 | 25 | 0 | 0 | E3 | 64 | 4C |
| Octal | 205 | 240 | 377 | 60 | 45 | 0 | 0 | 343 | 144 | 114 |
| Binary | 10000101 | 10100000 | 11111111 | 110000 | 100101 | 0 | 0 | 11100011 | 1100100 | 1001100 |
Color Harmonies of #85A0FF
Complementary color
Monochromatic Colors of #85A0FF
Black with #85A0FF
Text Example
Text Example
White with #85A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A0FF; }
p { color: rgb(133,160,255); }
H1.HeaderClassName
{
color: #85A0FF;
}
.AnyTagClassName
{
color: #85A0FF;
}
</style>
background-color css
<style>
a { background-color: #85A0FF; }
a { background-color: rgb(133,160,255); }
div.DivClassName
{
background-color: #85A0FF;
}
.BgClassName
{
background-color: #85A0FF;
}
</style>
border-color css
<style>
span { border-color: #85A0FF; }
span { border-color: rgb(133,160,255); }
td.TdClassName
{
border-color: #85A0FF;
}
.TagClassName
{
border-color: #85A0FF;
}
</style>