Shades of Jordy Blue #739EDC
Tints of Jordy Blue #739EDC
RGB
CMYK
RGB Variations
Color information
#739EDC (or 0x739EDC) is known color: Jordy Blue. HEX triplet: 73, 9E and DC. RGB value is (115,158,220). Sum of RGB (Red+Green+Blue) = 115+158+220=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #739EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739EDC is #8C6123. Grayscale: #979797. Windows color (decimal): -9199908 or 14458483. OLE color: 14458483.
HSL color Cylindrical-coordinate representation of color #739EDC: hue angle of 215.43º 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 #739EDC is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 158 | 220 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.14 |
| HSL | 215.43º | 0.6% | 0.66% | - |
| HSV(B) | 215.43º | 0.48% | 0.86% | - |
| XYZ | 32.22 | 33.27 | 72.43 | - |
| YUV | 152.21 | 166.25 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 220 | 0.48 | 0.28 | 0 | 0.14 | 215.43 | 0.6 | 0.66 |
| Hex | 73 | 9E | DC | 30 | 1C | 0 | E | D7 | 3C | 42 |
| Octal | 163 | 236 | 334 | 60 | 34 | 0 | 16 | 327 | 74 | 102 |
| Binary | 1110011 | 10011110 | 11011100 | 110000 | 11100 | 0 | 1110 | 11010111 | 111100 | 1000010 |
Color Harmonies of #739EDC
Complementary color
Monochromatic Colors of #739EDC
Black with #739EDC
Text Example
Text Example
White with #739EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739EDC; }
p { color: rgb(115,158,220); }
H1.HeaderClassName
{
color: #739EDC;
}
.AnyTagClassName
{
color: #739EDC;
}
</style>
background-color css
<style>
a { background-color: #739EDC; }
a { background-color: rgb(115,158,220); }
div.DivClassName
{
background-color: #739EDC;
}
.BgClassName
{
background-color: #739EDC;
}
</style>
border-color css
<style>
span { border-color: #739EDC; }
span { border-color: rgb(115,158,220); }
td.TdClassName
{
border-color: #739EDC;
}
.TagClassName
{
border-color: #739EDC;
}
</style>