Shades of Jordy Blue #739DCF
Tints of Jordy Blue #739DCF
RGB
CMYK
RGB Variations
Color information
#739DCF (or 0x739DCF) is known color: Jordy Blue. HEX triplet: 73, 9D and CF. RGB value is (115,157,207). Sum of RGB (Red+Green+Blue) = 115+157+207=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #739DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DCF is #8C6230. Grayscale: #959595. Windows color (decimal): -9200177 or 13606259. OLE color: 13606259.
HSL color Cylindrical-coordinate representation of color #739DCF: hue angle of 212.61º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #739DCF is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 157 | 207 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.19 |
| HSL | 212.61º | 0.49% | 0.63% | - |
| HSV(B) | 212.61º | 0.44% | 0.81% | - |
| XYZ | 30.39 | 32.26 | 63.66 | - |
| YUV | 150.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 207 | 0.44 | 0.24 | 0 | 0.19 | 212.61 | 0.49 | 0.63 |
| Hex | 73 | 9D | CF | 2C | 18 | 0 | 13 | D5 | 31 | 3F |
| Octal | 163 | 235 | 317 | 54 | 30 | 0 | 23 | 325 | 61 | 77 |
| Binary | 1110011 | 10011101 | 11001111 | 101100 | 11000 | 0 | 10011 | 11010101 | 110001 | 111111 |
Color Harmonies of #739DCF
Complementary color
Monochromatic Colors of #739DCF
Black with #739DCF
Text Example
Text Example
White with #739DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739DCF; }
p { color: rgb(115,157,207); }
H1.HeaderClassName
{
color: #739DCF;
}
.AnyTagClassName
{
color: #739DCF;
}
</style>
background-color css
<style>
a { background-color: #739DCF; }
a { background-color: rgb(115,157,207); }
div.DivClassName
{
background-color: #739DCF;
}
.BgClassName
{
background-color: #739DCF;
}
</style>
border-color css
<style>
span { border-color: #739DCF; }
span { border-color: rgb(115,157,207); }
td.TdClassName
{
border-color: #739DCF;
}
.TagClassName
{
border-color: #739DCF;
}
</style>