Shades of Jordy Blue #739FDB
Tints of Jordy Blue #739FDB
RGB
CMYK
RGB Variations
Color information
#739FDB (or 0x739FDB) is known color: Jordy Blue. HEX triplet: 73, 9F and DB. RGB value is (115,159,219). Sum of RGB (Red+Green+Blue) = 115+159+219=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #739FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739FDB is #8C6024. Grayscale: #989898. Windows color (decimal): -9199653 or 14393203. OLE color: 14393203.
HSL color Cylindrical-coordinate representation of color #739FDB: hue angle of 214.62º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #739FDB is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 159 | 219 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.14 |
| HSL | 214.62º | 0.59% | 0.65% | - |
| HSV(B) | 214.62º | 0.47% | 0.86% | - |
| XYZ | 32.25 | 33.56 | 71.79 | - |
| YUV | 152.68 | 165.42 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 219 | 0.47 | 0.27 | 0 | 0.14 | 214.62 | 0.59 | 0.65 |
| Hex | 73 | 9F | DB | 2F | 1B | 0 | E | D7 | 3B | 41 |
| Octal | 163 | 237 | 333 | 57 | 33 | 0 | 16 | 327 | 73 | 101 |
| Binary | 1110011 | 10011111 | 11011011 | 101111 | 11011 | 0 | 1110 | 11010111 | 111011 | 1000001 |
Color Harmonies of #739FDB
Complementary color
Monochromatic Colors of #739FDB
Black with #739FDB
Text Example
Text Example
White with #739FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739FDB; }
p { color: rgb(115,159,219); }
H1.HeaderClassName
{
color: #739FDB;
}
.AnyTagClassName
{
color: #739FDB;
}
</style>
background-color css
<style>
a { background-color: #739FDB; }
a { background-color: rgb(115,159,219); }
div.DivClassName
{
background-color: #739FDB;
}
.BgClassName
{
background-color: #739FDB;
}
</style>
border-color css
<style>
span { border-color: #739FDB; }
span { border-color: rgb(115,159,219); }
td.TdClassName
{
border-color: #739FDB;
}
.TagClassName
{
border-color: #739FDB;
}
</style>