Shades of Jordy Blue #809FF2
Tints of Jordy Blue #809FF2
RGB
CMYK
RGB Variations
Color information
#809FF2 (or 0x809FF2) is known color: Jordy Blue. HEX triplet: 80, 9F and F2. RGB value is (128,159,242). Sum of RGB (Red+Green+Blue) = 128+159+242=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #809FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809FF2 is #7F600D. Grayscale: #9E9E9E. Windows color (decimal): -8347662 or 15900544. OLE color: 15900544.
HSL color Cylindrical-coordinate representation of color #809FF2: hue angle of 223.68º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #809FF2 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 159 | 242 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.05 |
| HSL | 223.68º | 0.81% | 0.73% | - |
| HSV(B) | 223.68º | 0.47% | 0.95% | - |
| XYZ | 37.33 | 35.8 | 88.95 | - |
| YUV | 159.19 | 174.73 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 159 | 242 | 0.47 | 0.34 | 0 | 0.05 | 223.68 | 0.81 | 0.73 |
| Hex | 80 | 9F | F2 | 2F | 22 | 0 | 5 | E0 | 51 | 49 |
| Octal | 200 | 237 | 362 | 57 | 42 | 0 | 5 | 340 | 121 | 111 |
| Binary | 10000000 | 10011111 | 11110010 | 101111 | 100010 | 0 | 101 | 11100000 | 1010001 | 1001001 |
Color Harmonies of #809FF2
Complementary color
Monochromatic Colors of #809FF2
Black with #809FF2
Text Example
Text Example
White with #809FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809FF2; }
p { color: rgb(128,159,242); }
H1.HeaderClassName
{
color: #809FF2;
}
.AnyTagClassName
{
color: #809FF2;
}
</style>
background-color css
<style>
a { background-color: #809FF2; }
a { background-color: rgb(128,159,242); }
div.DivClassName
{
background-color: #809FF2;
}
.BgClassName
{
background-color: #809FF2;
}
</style>
border-color css
<style>
span { border-color: #809FF2; }
span { border-color: rgb(128,159,242); }
td.TdClassName
{
border-color: #809FF2;
}
.TagClassName
{
border-color: #809FF2;
}
</style>