Shades of Jordy Blue #809FDB
Tints of Jordy Blue #809FDB
RGB
CMYK
RGB Variations
Color information
#809FDB (or 0x809FDB) is known color: Jordy Blue. HEX triplet: 80, 9F and DB. RGB value is (128,159,219). Sum of RGB (Red+Green+Blue) = 128+159+219=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #809FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FDB is #7F6024. Grayscale: #9C9C9C. Windows color (decimal): -8347685 or 14393216. OLE color: 14393216.
HSL color Cylindrical-coordinate representation of color #809FDB: hue angle of 219.56º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #809FDB is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 159 | 219 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.14 |
| HSL | 219.56º | 0.56% | 0.68% | - |
| HSV(B) | 219.56º | 0.42% | 0.86% | - |
| XYZ | 34.09 | 34.5 | 71.88 | - |
| YUV | 156.57 | 163.23 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 159 | 219 | 0.42 | 0.27 | 0 | 0.14 | 219.56 | 0.56 | 0.68 |
| Hex | 80 | 9F | DB | 2A | 1B | 0 | E | DC | 38 | 44 |
| Octal | 200 | 237 | 333 | 52 | 33 | 0 | 16 | 334 | 70 | 104 |
| Binary | 10000000 | 10011111 | 11011011 | 101010 | 11011 | 0 | 1110 | 11011100 | 111000 | 1000100 |
Color Harmonies of #809FDB
Complementary color
Monochromatic Colors of #809FDB
Black with #809FDB
Text Example
Text Example
White with #809FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809FDB; }
p { color: rgb(128,159,219); }
H1.HeaderClassName
{
color: #809FDB;
}
.AnyTagClassName
{
color: #809FDB;
}
</style>
background-color css
<style>
a { background-color: #809FDB; }
a { background-color: rgb(128,159,219); }
div.DivClassName
{
background-color: #809FDB;
}
.BgClassName
{
background-color: #809FDB;
}
</style>
border-color css
<style>
span { border-color: #809FDB; }
span { border-color: rgb(128,159,219); }
td.TdClassName
{
border-color: #809FDB;
}
.TagClassName
{
border-color: #809FDB;
}
</style>