Shades of Jordy Blue #85A8DB
Tints of Jordy Blue #85A8DB
RGB
CMYK
RGB Variations
Color information
#85A8DB (or 0x85A8DB) is known color: Jordy Blue. HEX triplet: 85, A8 and DB. RGB value is (133,168,219). Sum of RGB (Red+Green+Blue) = 133+168+219=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #85A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A8DB is #7A5724. Grayscale: #A3A3A3. Windows color (decimal): -8017701 or 14395525. OLE color: 14395525.
HSL color Cylindrical-coordinate representation of color #85A8DB: hue angle of 215.58º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85A8DB is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 168 | 219 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.14 |
| HSL | 215.58º | 0.54% | 0.69% | - |
| HSV(B) | 215.58º | 0.39% | 0.86% | - |
| XYZ | 36.46 | 38.11 | 72.45 | - |
| YUV | 163.35 | 159.4 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 168 | 219 | 0.39 | 0.23 | 0 | 0.14 | 215.58 | 0.54 | 0.69 |
| Hex | 85 | A8 | DB | 27 | 17 | 0 | E | D8 | 36 | 45 |
| Octal | 205 | 250 | 333 | 47 | 27 | 0 | 16 | 330 | 66 | 105 |
| Binary | 10000101 | 10101000 | 11011011 | 100111 | 10111 | 0 | 1110 | 11011000 | 110110 | 1000101 |
Color Harmonies of #85A8DB
Complementary color
Monochromatic Colors of #85A8DB
Black with #85A8DB
Text Example
Text Example
White with #85A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A8DB; }
p { color: rgb(133,168,219); }
H1.HeaderClassName
{
color: #85A8DB;
}
.AnyTagClassName
{
color: #85A8DB;
}
</style>
background-color css
<style>
a { background-color: #85A8DB; }
a { background-color: rgb(133,168,219); }
div.DivClassName
{
background-color: #85A8DB;
}
.BgClassName
{
background-color: #85A8DB;
}
</style>
border-color css
<style>
span { border-color: #85A8DB; }
span { border-color: rgb(133,168,219); }
td.TdClassName
{
border-color: #85A8DB;
}
.TagClassName
{
border-color: #85A8DB;
}
</style>