Shades of Jordy Blue #809EDA
Tints of Jordy Blue #809EDA
RGB
CMYK
RGB Variations
Color information
#809EDA (or 0x809EDA) is known color: Jordy Blue. HEX triplet: 80, 9E and DA. RGB value is (128,158,218). Sum of RGB (Red+Green+Blue) = 128+158+218=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #809EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EDA is #7F6125. Grayscale: #9B9B9B. Windows color (decimal): -8347942 or 14327424. OLE color: 14327424.
HSL color Cylindrical-coordinate representation of color #809EDA: hue angle of 220º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #809EDA is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 158 | 218 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.15 |
| HSL | 220º | 0.55% | 0.68% | - |
| HSV(B) | 220º | 0.41% | 0.85% | - |
| XYZ | 33.78 | 34.1 | 71.13 | - |
| YUV | 155.87 | 163.06 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 158 | 218 | 0.41 | 0.28 | 0 | 0.15 | 220 | 0.55 | 0.68 |
| Hex | 80 | 9E | DA | 29 | 1C | 0 | F | DC | 37 | 44 |
| Octal | 200 | 236 | 332 | 51 | 34 | 0 | 17 | 334 | 67 | 104 |
| Binary | 10000000 | 10011110 | 11011010 | 101001 | 11100 | 0 | 1111 | 11011100 | 110111 | 1000100 |
Color Harmonies of #809EDA
Complementary color
Monochromatic Colors of #809EDA
Black with #809EDA
Text Example
Text Example
White with #809EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809EDA; }
p { color: rgb(128,158,218); }
H1.HeaderClassName
{
color: #809EDA;
}
.AnyTagClassName
{
color: #809EDA;
}
</style>
background-color css
<style>
a { background-color: #809EDA; }
a { background-color: rgb(128,158,218); }
div.DivClassName
{
background-color: #809EDA;
}
.BgClassName
{
background-color: #809EDA;
}
</style>
border-color css
<style>
span { border-color: #809EDA; }
span { border-color: rgb(128,158,218); }
td.TdClassName
{
border-color: #809EDA;
}
.TagClassName
{
border-color: #809EDA;
}
</style>