Shades of Jordy Blue #749DDD
Tints of Jordy Blue #749DDD
RGB
CMYK
RGB Variations
Color information
#749DDD (or 0x749DDD) is known color: Jordy Blue. HEX triplet: 74, 9D and DD. RGB value is (116,157,221). Sum of RGB (Red+Green+Blue) = 116+157+221=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #749DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DDD is #8B6222. Grayscale: #979797. Windows color (decimal): -9134627 or 14523764. OLE color: 14523764.
HSL color Cylindrical-coordinate representation of color #749DDD: hue angle of 216.57º degrees, saturation: 0.61, 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 #749DDD is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 157 | 221 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.13 |
| HSL | 216.57º | 0.61% | 0.66% | - |
| HSV(B) | 216.57º | 0.48% | 0.87% | - |
| XYZ | 32.31 | 33.05 | 73.08 | - |
| YUV | 152.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 221 | 0.48 | 0.29 | 0 | 0.13 | 216.57 | 0.61 | 0.66 |
| Hex | 74 | 9D | DD | 30 | 1D | 0 | D | D9 | 3D | 42 |
| Octal | 164 | 235 | 335 | 60 | 35 | 0 | 15 | 331 | 75 | 102 |
| Binary | 1110100 | 10011101 | 11011101 | 110000 | 11101 | 0 | 1101 | 11011001 | 111101 | 1000010 |
Color Harmonies of #749DDD
Complementary color
Monochromatic Colors of #749DDD
Black with #749DDD
Text Example
Text Example
White with #749DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749DDD; }
p { color: rgb(116,157,221); }
H1.HeaderClassName
{
color: #749DDD;
}
.AnyTagClassName
{
color: #749DDD;
}
</style>
background-color css
<style>
a { background-color: #749DDD; }
a { background-color: rgb(116,157,221); }
div.DivClassName
{
background-color: #749DDD;
}
.BgClassName
{
background-color: #749DDD;
}
</style>
border-color css
<style>
span { border-color: #749DDD; }
span { border-color: rgb(116,157,221); }
td.TdClassName
{
border-color: #749DDD;
}
.TagClassName
{
border-color: #749DDD;
}
</style>