Shades of Jordy Blue #749DDA
Tints of Jordy Blue #749DDA
RGB
CMYK
RGB Variations
Color information
#749DDA (or 0x749DDA) is known color: Jordy Blue. HEX triplet: 74, 9D and DA. RGB value is (116,157,218). Sum of RGB (Red+Green+Blue) = 116+157+218=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #749DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DDA is #8B6225. Grayscale: #979797. Windows color (decimal): -9134630 or 14327156. OLE color: 14327156.
HSL color Cylindrical-coordinate representation of color #749DDA: hue angle of 215.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #749DDA is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 157 | 218 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.15 |
| HSL | 215.88º | 0.58% | 0.65% | - |
| HSV(B) | 215.88º | 0.47% | 0.85% | - |
| XYZ | 31.91 | 32.89 | 71 | - |
| YUV | 151.7 | 165.42 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 218 | 0.47 | 0.28 | 0 | 0.15 | 215.88 | 0.58 | 0.65 |
| Hex | 74 | 9D | DA | 2F | 1C | 0 | F | D8 | 3A | 41 |
| Octal | 164 | 235 | 332 | 57 | 34 | 0 | 17 | 330 | 72 | 101 |
| Binary | 1110100 | 10011101 | 11011010 | 101111 | 11100 | 0 | 1111 | 11011000 | 111010 | 1000001 |
Color Harmonies of #749DDA
Complementary color
Monochromatic Colors of #749DDA
Black with #749DDA
Text Example
Text Example
White with #749DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749DDA; }
p { color: rgb(116,157,218); }
H1.HeaderClassName
{
color: #749DDA;
}
.AnyTagClassName
{
color: #749DDA;
}
</style>
background-color css
<style>
a { background-color: #749DDA; }
a { background-color: rgb(116,157,218); }
div.DivClassName
{
background-color: #749DDA;
}
.BgClassName
{
background-color: #749DDA;
}
</style>
border-color css
<style>
span { border-color: #749DDA; }
span { border-color: rgb(116,157,218); }
td.TdClassName
{
border-color: #749DDA;
}
.TagClassName
{
border-color: #749DDA;
}
</style>