Shades of Jordy Blue #85A8E5
Tints of Jordy Blue #85A8E5
RGB
CMYK
RGB Variations
Color information
#85A8E5 (or 0x85A8E5) is known color: Jordy Blue. HEX triplet: 85, A8 and E5. RGB value is (133,168,229). Sum of RGB (Red+Green+Blue) = 133+168+229=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #85A8E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A8E5 is #7A571A. Grayscale: #A4A4A4. Windows color (decimal): -8017691 or 15050885. OLE color: 15050885.
HSL color Cylindrical-coordinate representation of color #85A8E5: hue angle of 218.12º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85A8E5 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 168 | 229 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.10 |
| HSL | 218.13º | 0.65% | 0.71% | - |
| HSV(B) | 218.13º | 0.42% | 0.9% | - |
| XYZ | 37.82 | 38.65 | 79.6 | - |
| YUV | 164.49 | 164.4 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 168 | 229 | 0.42 | 0.27 | 0 | 0.10 | 218.13 | 0.65 | 0.71 |
| Hex | 85 | A8 | E5 | 2A | 1B | 0 | A | DA | 41 | 47 |
| Octal | 205 | 250 | 345 | 52 | 33 | 0 | 12 | 332 | 101 | 107 |
| Binary | 10000101 | 10101000 | 11100101 | 101010 | 11011 | 0 | 1010 | 11011010 | 1000001 | 1000111 |
Color Harmonies of #85A8E5
Complementary color
Monochromatic Colors of #85A8E5
Black with #85A8E5
Text Example
Text Example
White with #85A8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A8E5; }
p { color: rgb(133,168,229); }
H1.HeaderClassName
{
color: #85A8E5;
}
.AnyTagClassName
{
color: #85A8E5;
}
</style>
background-color css
<style>
a { background-color: #85A8E5; }
a { background-color: rgb(133,168,229); }
div.DivClassName
{
background-color: #85A8E5;
}
.BgClassName
{
background-color: #85A8E5;
}
</style>
border-color css
<style>
span { border-color: #85A8E5; }
span { border-color: rgb(133,168,229); }
td.TdClassName
{
border-color: #85A8E5;
}
.TagClassName
{
border-color: #85A8E5;
}
</style>