Shades of Jordy Blue #809EDB
Tints of Jordy Blue #809EDB
RGB
CMYK
RGB Variations
Color information
#809EDB (or 0x809EDB) is known color: Jordy Blue. HEX triplet: 80, 9E and DB. RGB value is (128,158,219). Sum of RGB (Red+Green+Blue) = 128+158+219=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #809EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EDB is #7F6124. Grayscale: #9B9B9B. Windows color (decimal): -8347941 or 14392960. OLE color: 14392960.
HSL color Cylindrical-coordinate representation of color #809EDB: hue angle of 220.22º 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 #809EDB is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 158 | 219 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.14 |
| HSL | 220.22º | 0.56% | 0.68% | - |
| HSV(B) | 220.22º | 0.42% | 0.86% | - |
| XYZ | 33.92 | 34.16 | 71.82 | - |
| YUV | 155.98 | 163.56 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 158 | 219 | 0.42 | 0.28 | 0 | 0.14 | 220.22 | 0.56 | 0.68 |
| Hex | 80 | 9E | DB | 2A | 1C | 0 | E | DC | 38 | 44 |
| Octal | 200 | 236 | 333 | 52 | 34 | 0 | 16 | 334 | 70 | 104 |
| Binary | 10000000 | 10011110 | 11011011 | 101010 | 11100 | 0 | 1110 | 11011100 | 111000 | 1000100 |
Color Harmonies of #809EDB
Complementary color
Monochromatic Colors of #809EDB
Black with #809EDB
Text Example
Text Example
White with #809EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809EDB; }
p { color: rgb(128,158,219); }
H1.HeaderClassName
{
color: #809EDB;
}
.AnyTagClassName
{
color: #809EDB;
}
</style>
background-color css
<style>
a { background-color: #809EDB; }
a { background-color: rgb(128,158,219); }
div.DivClassName
{
background-color: #809EDB;
}
.BgClassName
{
background-color: #809EDB;
}
</style>
border-color css
<style>
span { border-color: #809EDB; }
span { border-color: rgb(128,158,219); }
td.TdClassName
{
border-color: #809EDB;
}
.TagClassName
{
border-color: #809EDB;
}
</style>