Shades of Jordy Blue #739DDE
Tints of Jordy Blue #739DDE
RGB
CMYK
RGB Variations
Color information
#739DDE (or 0x739DDE) is known color: Jordy Blue. HEX triplet: 73, 9D and DE. RGB value is (115,157,222). Sum of RGB (Red+Green+Blue) = 115+157+222=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #739DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DDE is #8C6221. Grayscale: #979797. Windows color (decimal): -9200162 or 14589299. OLE color: 14589299.
HSL color Cylindrical-coordinate representation of color #739DDE: hue angle of 216.45º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #739DDE is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 157 | 222 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.13 |
| HSL | 216.45º | 0.62% | 0.66% | - |
| HSV(B) | 216.45º | 0.48% | 0.87% | - |
| XYZ | 32.31 | 33.03 | 73.78 | - |
| YUV | 151.85 | 167.59 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 222 | 0.48 | 0.29 | 0 | 0.13 | 216.45 | 0.62 | 0.66 |
| Hex | 73 | 9D | DE | 30 | 1D | 0 | D | D8 | 3E | 42 |
| Octal | 163 | 235 | 336 | 60 | 35 | 0 | 15 | 330 | 76 | 102 |
| Binary | 1110011 | 10011101 | 11011110 | 110000 | 11101 | 0 | 1101 | 11011000 | 111110 | 1000010 |
Color Harmonies of #739DDE
Complementary color
Monochromatic Colors of #739DDE
Black with #739DDE
Text Example
Text Example
White with #739DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739DDE; }
p { color: rgb(115,157,222); }
H1.HeaderClassName
{
color: #739DDE;
}
.AnyTagClassName
{
color: #739DDE;
}
</style>
background-color css
<style>
a { background-color: #739DDE; }
a { background-color: rgb(115,157,222); }
div.DivClassName
{
background-color: #739DDE;
}
.BgClassName
{
background-color: #739DDE;
}
</style>
border-color css
<style>
span { border-color: #739DDE; }
span { border-color: rgb(115,157,222); }
td.TdClassName
{
border-color: #739DDE;
}
.TagClassName
{
border-color: #739DDE;
}
</style>