Shades of Jordy Blue #739BDC
Tints of Jordy Blue #739BDC
RGB
CMYK
RGB Variations
Color information
#739BDC (or 0x739BDC) is known color: Jordy Blue. HEX triplet: 73, 9B and DC. RGB value is (115,155,220). Sum of RGB (Red+Green+Blue) = 115+155+220=490 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.47% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #739BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739BDC is #8C6423. Grayscale: #969696. Windows color (decimal): -9200676 or 14457715. OLE color: 14457715.
HSL color Cylindrical-coordinate representation of color #739BDC: hue angle of 217.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #739BDC is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 155 | 220 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.14 |
| HSL | 217.14º | 0.6% | 0.66% | - |
| HSV(B) | 217.14º | 0.48% | 0.86% | - |
| XYZ | 31.71 | 32.25 | 72.26 | - |
| YUV | 150.45 | 167.25 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 155 | 220 | 0.48 | 0.30 | 0 | 0.14 | 217.14 | 0.6 | 0.66 |
| Hex | 73 | 9B | DC | 30 | 1E | 0 | E | D9 | 3C | 42 |
| Octal | 163 | 233 | 334 | 60 | 36 | 0 | 16 | 331 | 74 | 102 |
| Binary | 1110011 | 10011011 | 11011100 | 110000 | 11110 | 0 | 1110 | 11011001 | 111100 | 1000010 |
Color Harmonies of #739BDC
Complementary color
Monochromatic Colors of #739BDC
Black with #739BDC
Text Example
Text Example
White with #739BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739BDC; }
p { color: rgb(115,155,220); }
H1.HeaderClassName
{
color: #739BDC;
}
.AnyTagClassName
{
color: #739BDC;
}
</style>
background-color css
<style>
a { background-color: #739BDC; }
a { background-color: rgb(115,155,220); }
div.DivClassName
{
background-color: #739BDC;
}
.BgClassName
{
background-color: #739BDC;
}
</style>
border-color css
<style>
span { border-color: #739BDC; }
span { border-color: rgb(115,155,220); }
td.TdClassName
{
border-color: #739BDC;
}
.TagClassName
{
border-color: #739BDC;
}
</style>