Shades of Jordy Blue #85B5F2
Tints of Jordy Blue #85B5F2
RGB
CMYK
RGB Variations
Color information
#85B5F2 (or 0x85B5F2) is known color: Jordy Blue. HEX triplet: 85, B5 and F2. RGB value is (133,181,242). Sum of RGB (Red+Green+Blue) = 133+181+242=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #85B5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B5F2 is #7A4A0D. Grayscale: #ADADAD. Windows color (decimal): -8014350 or 15906181. OLE color: 15906181.
HSL color Cylindrical-coordinate representation of color #85B5F2: hue angle of 213.58º 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 #85B5F2 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 181 | 242 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.05 |
| HSL | 213.58º | 0.81% | 0.74% | - |
| HSV(B) | 213.58º | 0.45% | 0.95% | - |
| XYZ | 42.22 | 44.45 | 90.36 | - |
| YUV | 173.6 | 166.6 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 242 | 0.45 | 0.25 | 0 | 0.05 | 213.58 | 0.81 | 0.74 |
| Hex | 85 | B5 | F2 | 2D | 19 | 0 | 5 | D6 | 51 | 4A |
| Octal | 205 | 265 | 362 | 55 | 31 | 0 | 5 | 326 | 121 | 112 |
| Binary | 10000101 | 10110101 | 11110010 | 101101 | 11001 | 0 | 101 | 11010110 | 1010001 | 1001010 |
Color Harmonies of #85B5F2
Complementary color
Monochromatic Colors of #85B5F2
Black with #85B5F2
Text Example
Text Example
White with #85B5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B5F2; }
p { color: rgb(133,181,242); }
H1.HeaderClassName
{
color: #85B5F2;
}
.AnyTagClassName
{
color: #85B5F2;
}
</style>
background-color css
<style>
a { background-color: #85B5F2; }
a { background-color: rgb(133,181,242); }
div.DivClassName
{
background-color: #85B5F2;
}
.BgClassName
{
background-color: #85B5F2;
}
</style>
border-color css
<style>
span { border-color: #85B5F2; }
span { border-color: rgb(133,181,242); }
td.TdClassName
{
border-color: #85B5F2;
}
.TagClassName
{
border-color: #85B5F2;
}
</style>