Shades of Jordy Blue #749FDD
Tints of Jordy Blue #749FDD
RGB
CMYK
RGB Variations
Color information
#749FDD (or 0x749FDD) is known color: Jordy Blue. HEX triplet: 74, 9F and DD. RGB value is (116,159,221). Sum of RGB (Red+Green+Blue) = 116+159+221=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #749FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FDD is #8B6022. Grayscale: #989898. Windows color (decimal): -9134115 or 14524276. OLE color: 14524276.
HSL color Cylindrical-coordinate representation of color #749FDD: hue angle of 215.43º 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 #749FDD is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 159 | 221 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.13 |
| HSL | 215.43º | 0.61% | 0.66% | - |
| HSV(B) | 215.43º | 0.48% | 0.87% | - |
| XYZ | 32.65 | 33.73 | 73.2 | - |
| YUV | 153.21 | 166.25 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 221 | 0.48 | 0.28 | 0 | 0.13 | 215.43 | 0.61 | 0.66 |
| Hex | 74 | 9F | DD | 30 | 1C | 0 | D | D7 | 3D | 42 |
| Octal | 164 | 237 | 335 | 60 | 34 | 0 | 15 | 327 | 75 | 102 |
| Binary | 1110100 | 10011111 | 11011101 | 110000 | 11100 | 0 | 1101 | 11010111 | 111101 | 1000010 |
Color Harmonies of #749FDD
Complementary color
Monochromatic Colors of #749FDD
Black with #749FDD
Text Example
Text Example
White with #749FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749FDD; }
p { color: rgb(116,159,221); }
H1.HeaderClassName
{
color: #749FDD;
}
.AnyTagClassName
{
color: #749FDD;
}
</style>
background-color css
<style>
a { background-color: #749FDD; }
a { background-color: rgb(116,159,221); }
div.DivClassName
{
background-color: #749FDD;
}
.BgClassName
{
background-color: #749FDD;
}
</style>
border-color css
<style>
span { border-color: #749FDD; }
span { border-color: rgb(116,159,221); }
td.TdClassName
{
border-color: #749FDD;
}
.TagClassName
{
border-color: #749FDD;
}
</style>