Shades of Jordy Blue #739CD1
Tints of Jordy Blue #739CD1
RGB
CMYK
RGB Variations
Color information
#739CD1 (or 0x739CD1) is known color: Jordy Blue. HEX triplet: 73, 9C and D1. RGB value is (115,156,209). Sum of RGB (Red+Green+Blue) = 115+156+209=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #739CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CD1 is #8C632E. Grayscale: #959595. Windows color (decimal): -9200431 or 13737075. OLE color: 13737075.
HSL color Cylindrical-coordinate representation of color #739CD1: hue angle of 213.83º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #739CD1 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 156 | 209 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.18 |
| HSL | 213.83º | 0.51% | 0.64% | - |
| HSV(B) | 213.83º | 0.45% | 0.82% | - |
| XYZ | 30.47 | 32.03 | 64.9 | - |
| YUV | 149.78 | 161.42 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 156 | 209 | 0.45 | 0.25 | 0 | 0.18 | 213.83 | 0.51 | 0.64 |
| Hex | 73 | 9C | D1 | 2D | 19 | 0 | 12 | D6 | 33 | 40 |
| Octal | 163 | 234 | 321 | 55 | 31 | 0 | 22 | 326 | 63 | 100 |
| Binary | 1110011 | 10011100 | 11010001 | 101101 | 11001 | 0 | 10010 | 11010110 | 110011 | 1000000 |
Color Harmonies of #739CD1
Complementary color
Monochromatic Colors of #739CD1
Black with #739CD1
Text Example
Text Example
White with #739CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739CD1; }
p { color: rgb(115,156,209); }
H1.HeaderClassName
{
color: #739CD1;
}
.AnyTagClassName
{
color: #739CD1;
}
</style>
background-color css
<style>
a { background-color: #739CD1; }
a { background-color: rgb(115,156,209); }
div.DivClassName
{
background-color: #739CD1;
}
.BgClassName
{
background-color: #739CD1;
}
</style>
border-color css
<style>
span { border-color: #739CD1; }
span { border-color: rgb(115,156,209); }
td.TdClassName
{
border-color: #739CD1;
}
.TagClassName
{
border-color: #739CD1;
}
</style>