Shades of Jordy Blue #749AD6
Tints of Jordy Blue #749AD6
RGB
CMYK
RGB Variations
Color information
#749AD6 (or 0x749AD6) is known color: Jordy Blue. HEX triplet: 74, 9A and D6. RGB value is (116,154,214). Sum of RGB (Red+Green+Blue) = 116+154+214=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #749AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749AD6 is #8B6529. Grayscale: #959595. Windows color (decimal): -9135402 or 14064244. OLE color: 14064244.
HSL color Cylindrical-coordinate representation of color #749AD6: hue angle of 216.73º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #749AD6 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 154 | 214 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.16 |
| HSL | 216.73º | 0.54% | 0.65% | - |
| HSV(B) | 216.73º | 0.46% | 0.84% | - |
| XYZ | 30.9 | 31.68 | 68.1 | - |
| YUV | 149.48 | 164.41 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 214 | 0.46 | 0.28 | 0 | 0.16 | 216.73 | 0.54 | 0.65 |
| Hex | 74 | 9A | D6 | 2E | 1C | 0 | 10 | D9 | 36 | 41 |
| Octal | 164 | 232 | 326 | 56 | 34 | 0 | 20 | 331 | 66 | 101 |
| Binary | 1110100 | 10011010 | 11010110 | 101110 | 11100 | 0 | 10000 | 11011001 | 110110 | 1000001 |
Color Harmonies of #749AD6
Complementary color
Monochromatic Colors of #749AD6
Black with #749AD6
Text Example
Text Example
White with #749AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749AD6; }
p { color: rgb(116,154,214); }
H1.HeaderClassName
{
color: #749AD6;
}
.AnyTagClassName
{
color: #749AD6;
}
</style>
background-color css
<style>
a { background-color: #749AD6; }
a { background-color: rgb(116,154,214); }
div.DivClassName
{
background-color: #749AD6;
}
.BgClassName
{
background-color: #749AD6;
}
</style>
border-color css
<style>
span { border-color: #749AD6; }
span { border-color: rgb(116,154,214); }
td.TdClassName
{
border-color: #749AD6;
}
.TagClassName
{
border-color: #749AD6;
}
</style>