Shades of Jordy Blue #749FCD
Tints of Jordy Blue #749FCD
RGB
CMYK
RGB Variations
Color information
#749FCD (or 0x749FCD) is known color: Jordy Blue. HEX triplet: 74, 9F and CD. RGB value is (116,159,205). Sum of RGB (Red+Green+Blue) = 116+159+205=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #749FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FCD is #8B6032. Grayscale: #979797. Windows color (decimal): -9134131 or 13475700. OLE color: 13475700.
HSL color Cylindrical-coordinate representation of color #749FCD: hue angle of 211.01º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #749FCD is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 159 | 205 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.20 |
| HSL | 211.01º | 0.47% | 0.63% | - |
| HSV(B) | 211.01º | 0.43% | 0.8% | - |
| XYZ | 30.62 | 32.92 | 62.5 | - |
| YUV | 151.39 | 158.25 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 205 | 0.43 | 0.22 | 0 | 0.20 | 211.01 | 0.47 | 0.63 |
| Hex | 74 | 9F | CD | 2B | 16 | 0 | 14 | D3 | 2F | 3F |
| Octal | 164 | 237 | 315 | 53 | 26 | 0 | 24 | 323 | 57 | 77 |
| Binary | 1110100 | 10011111 | 11001101 | 101011 | 10110 | 0 | 10100 | 11010011 | 101111 | 111111 |
Color Harmonies of #749FCD
Complementary color
Monochromatic Colors of #749FCD
Black with #749FCD
Text Example
Text Example
White with #749FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749FCD; }
p { color: rgb(116,159,205); }
H1.HeaderClassName
{
color: #749FCD;
}
.AnyTagClassName
{
color: #749FCD;
}
</style>
background-color css
<style>
a { background-color: #749FCD; }
a { background-color: rgb(116,159,205); }
div.DivClassName
{
background-color: #749FCD;
}
.BgClassName
{
background-color: #749FCD;
}
</style>
border-color css
<style>
span { border-color: #749FCD; }
span { border-color: rgb(116,159,205); }
td.TdClassName
{
border-color: #749FCD;
}
.TagClassName
{
border-color: #749FCD;
}
</style>