Shades of Jordy Blue #739BDB
Tints of Jordy Blue #739BDB
RGB
CMYK
RGB Variations
Color information
#739BDB (or 0x739BDB) is known color: Jordy Blue. HEX triplet: 73, 9B and DB. RGB value is (115,155,219). Sum of RGB (Red+Green+Blue) = 115+155+219=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #739BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739BDB is #8C6424. Grayscale: #969696. Windows color (decimal): -9200677 or 14392179. OLE color: 14392179.
HSL color Cylindrical-coordinate representation of color #739BDB: hue angle of 216.92º 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 #739BDB is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 155 | 219 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.14 |
| HSL | 216.92º | 0.59% | 0.65% | - |
| HSV(B) | 216.92º | 0.47% | 0.86% | - |
| XYZ | 31.58 | 32.2 | 71.57 | - |
| YUV | 150.34 | 166.75 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 155 | 219 | 0.47 | 0.29 | 0 | 0.14 | 216.92 | 0.59 | 0.65 |
| Hex | 73 | 9B | DB | 2F | 1D | 0 | E | D9 | 3B | 41 |
| Octal | 163 | 233 | 333 | 57 | 35 | 0 | 16 | 331 | 73 | 101 |
| Binary | 1110011 | 10011011 | 11011011 | 101111 | 11101 | 0 | 1110 | 11011001 | 111011 | 1000001 |
Color Harmonies of #739BDB
Complementary color
Monochromatic Colors of #739BDB
Black with #739BDB
Text Example
Text Example
White with #739BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739BDB; }
p { color: rgb(115,155,219); }
H1.HeaderClassName
{
color: #739BDB;
}
.AnyTagClassName
{
color: #739BDB;
}
</style>
background-color css
<style>
a { background-color: #739BDB; }
a { background-color: rgb(115,155,219); }
div.DivClassName
{
background-color: #739BDB;
}
.BgClassName
{
background-color: #739BDB;
}
</style>
border-color css
<style>
span { border-color: #739BDB; }
span { border-color: rgb(115,155,219); }
td.TdClassName
{
border-color: #739BDB;
}
.TagClassName
{
border-color: #739BDB;
}
</style>