Shades of Jordy Blue #85A4DC
Tints of Jordy Blue #85A4DC
RGB
CMYK
RGB Variations
Color information
#85A4DC (or 0x85A4DC) is known color: Jordy Blue. HEX triplet: 85, A4 and DC. RGB value is (133,164,220). Sum of RGB (Red+Green+Blue) = 133+164+220=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #85A4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A4DC is #7A5B23. Grayscale: #A0A0A0. Windows color (decimal): -8018724 or 14460037. OLE color: 14460037.
HSL color Cylindrical-coordinate representation of color #85A4DC: hue angle of 218.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A4DC is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 164 | 220 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.14 |
| HSL | 218.62º | 0.55% | 0.69% | - |
| HSV(B) | 218.62º | 0.4% | 0.86% | - |
| XYZ | 35.87 | 36.7 | 72.9 | - |
| YUV | 161.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 220 | 0.40 | 0.25 | 0 | 0.14 | 218.62 | 0.55 | 0.69 |
| Hex | 85 | A4 | DC | 28 | 19 | 0 | E | DB | 37 | 45 |
| Octal | 205 | 244 | 334 | 50 | 31 | 0 | 16 | 333 | 67 | 105 |
| Binary | 10000101 | 10100100 | 11011100 | 101000 | 11001 | 0 | 1110 | 11011011 | 110111 | 1000101 |
Color Harmonies of #85A4DC
Complementary color
Monochromatic Colors of #85A4DC
Black with #85A4DC
Text Example
Text Example
White with #85A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A4DC; }
p { color: rgb(133,164,220); }
H1.HeaderClassName
{
color: #85A4DC;
}
.AnyTagClassName
{
color: #85A4DC;
}
</style>
background-color css
<style>
a { background-color: #85A4DC; }
a { background-color: rgb(133,164,220); }
div.DivClassName
{
background-color: #85A4DC;
}
.BgClassName
{
background-color: #85A4DC;
}
</style>
border-color css
<style>
span { border-color: #85A4DC; }
span { border-color: rgb(133,164,220); }
td.TdClassName
{
border-color: #85A4DC;
}
.TagClassName
{
border-color: #85A4DC;
}
</style>