Shades of Jordy Blue #749DD8
Tints of Jordy Blue #749DD8
RGB
CMYK
RGB Variations
Color information
#749DD8 (or 0x749DD8) is known color: Jordy Blue. HEX triplet: 74, 9D and D8. RGB value is (116,157,216). Sum of RGB (Red+Green+Blue) = 116+157+216=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #749DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DD8 is #8B6227. Grayscale: #979797. Windows color (decimal): -9134632 or 14196084. OLE color: 14196084.
HSL color Cylindrical-coordinate representation of color #749DD8: hue angle of 215.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #749DD8 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 157 | 216 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.15 |
| HSL | 215.4º | 0.56% | 0.65% | - |
| HSV(B) | 215.4º | 0.46% | 0.85% | - |
| XYZ | 31.65 | 32.78 | 69.63 | - |
| YUV | 151.47 | 164.42 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 216 | 0.46 | 0.27 | 0 | 0.15 | 215.4 | 0.56 | 0.65 |
| Hex | 74 | 9D | D8 | 2E | 1B | 0 | F | D7 | 38 | 41 |
| Octal | 164 | 235 | 330 | 56 | 33 | 0 | 17 | 327 | 70 | 101 |
| Binary | 1110100 | 10011101 | 11011000 | 101110 | 11011 | 0 | 1111 | 11010111 | 111000 | 1000001 |
Color Harmonies of #749DD8
Complementary color
Monochromatic Colors of #749DD8
Black with #749DD8
Text Example
Text Example
White with #749DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749DD8; }
p { color: rgb(116,157,216); }
H1.HeaderClassName
{
color: #749DD8;
}
.AnyTagClassName
{
color: #749DD8;
}
</style>
background-color css
<style>
a { background-color: #749DD8; }
a { background-color: rgb(116,157,216); }
div.DivClassName
{
background-color: #749DD8;
}
.BgClassName
{
background-color: #749DD8;
}
</style>
border-color css
<style>
span { border-color: #749DD8; }
span { border-color: rgb(116,157,216); }
td.TdClassName
{
border-color: #749DD8;
}
.TagClassName
{
border-color: #749DD8;
}
</style>