Shades of Jordy Blue #85AFF2
Tints of Jordy Blue #85AFF2
RGB
CMYK
RGB Variations
Color information
#85AFF2 (or 0x85AFF2) is known color: Jordy Blue. HEX triplet: 85, AF and F2. RGB value is (133,175,242). Sum of RGB (Red+Green+Blue) = 133+175+242=550 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.18% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #85AFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AFF2 is #7A500D. Grayscale: #A9A9A9. Windows color (decimal): -8015886 or 15904645. OLE color: 15904645.
HSL color Cylindrical-coordinate representation of color #85AFF2: hue angle of 216.88º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85AFF2 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 175 | 242 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.05 |
| HSL | 216.88º | 0.81% | 0.74% | - |
| HSV(B) | 216.88º | 0.45% | 0.95% | - |
| XYZ | 41.03 | 42.06 | 89.96 | - |
| YUV | 170.08 | 168.59 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 242 | 0.45 | 0.28 | 0 | 0.05 | 216.88 | 0.81 | 0.74 |
| Hex | 85 | AF | F2 | 2D | 1C | 0 | 5 | D9 | 51 | 4A |
| Octal | 205 | 257 | 362 | 55 | 34 | 0 | 5 | 331 | 121 | 112 |
| Binary | 10000101 | 10101111 | 11110010 | 101101 | 11100 | 0 | 101 | 11011001 | 1010001 | 1001010 |
Color Harmonies of #85AFF2
Complementary color
Monochromatic Colors of #85AFF2
Black with #85AFF2
Text Example
Text Example
White with #85AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AFF2; }
p { color: rgb(133,175,242); }
H1.HeaderClassName
{
color: #85AFF2;
}
.AnyTagClassName
{
color: #85AFF2;
}
</style>
background-color css
<style>
a { background-color: #85AFF2; }
a { background-color: rgb(133,175,242); }
div.DivClassName
{
background-color: #85AFF2;
}
.BgClassName
{
background-color: #85AFF2;
}
</style>
border-color css
<style>
span { border-color: #85AFF2; }
span { border-color: rgb(133,175,242); }
td.TdClassName
{
border-color: #85AFF2;
}
.TagClassName
{
border-color: #85AFF2;
}
</style>