Shades of Jordy Blue #819FDB
Tints of Jordy Blue #819FDB
RGB
CMYK
RGB Variations
Color information
#819FDB (or 0x819FDB) is known color: Jordy Blue. HEX triplet: 81, 9F and DB. RGB value is (129,159,219). Sum of RGB (Red+Green+Blue) = 129+159+219=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #819FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FDB is #7E6024. Grayscale: #9C9C9C. Windows color (decimal): -8282149 or 14393217. OLE color: 14393217.
HSL color Cylindrical-coordinate representation of color #819FDB: hue angle of 220º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #819FDB is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 159 | 219 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.14 |
| HSL | 220º | 0.56% | 0.68% | - |
| HSV(B) | 220º | 0.41% | 0.86% | - |
| XYZ | 34.24 | 34.58 | 71.89 | - |
| YUV | 156.87 | 163.06 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 219 | 0.41 | 0.27 | 0 | 0.14 | 220 | 0.56 | 0.68 |
| Hex | 81 | 9F | DB | 29 | 1B | 0 | E | DC | 38 | 44 |
| Octal | 201 | 237 | 333 | 51 | 33 | 0 | 16 | 334 | 70 | 104 |
| Binary | 10000001 | 10011111 | 11011011 | 101001 | 11011 | 0 | 1110 | 11011100 | 111000 | 1000100 |
Color Harmonies of #819FDB
Complementary color
Monochromatic Colors of #819FDB
Black with #819FDB
Text Example
Text Example
White with #819FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FDB; }
p { color: rgb(129,159,219); }
H1.HeaderClassName
{
color: #819FDB;
}
.AnyTagClassName
{
color: #819FDB;
}
</style>
background-color css
<style>
a { background-color: #819FDB; }
a { background-color: rgb(129,159,219); }
div.DivClassName
{
background-color: #819FDB;
}
.BgClassName
{
background-color: #819FDB;
}
</style>
border-color css
<style>
span { border-color: #819FDB; }
span { border-color: rgb(129,159,219); }
td.TdClassName
{
border-color: #819FDB;
}
.TagClassName
{
border-color: #819FDB;
}
</style>