Shades of Jordy Blue #749EDA
Tints of Jordy Blue #749EDA
RGB
CMYK
RGB Variations
Color information
#749EDA (or 0x749EDA) is known color: Jordy Blue. HEX triplet: 74, 9E and DA. RGB value is (116,158,218). Sum of RGB (Red+Green+Blue) = 116+158+218=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #749EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EDA is #8B6125. Grayscale: #979797. Windows color (decimal): -9134374 or 14327412. OLE color: 14327412.
HSL color Cylindrical-coordinate representation of color #749EDA: hue angle of 215.29º 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 #749EDA is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 158 | 218 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.15 |
| HSL | 215.29º | 0.58% | 0.65% | - |
| HSV(B) | 215.29º | 0.47% | 0.85% | - |
| XYZ | 32.08 | 33.23 | 71.05 | - |
| YUV | 152.28 | 165.09 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 218 | 0.47 | 0.28 | 0 | 0.15 | 215.29 | 0.58 | 0.65 |
| Hex | 74 | 9E | DA | 2F | 1C | 0 | F | D7 | 3A | 41 |
| Octal | 164 | 236 | 332 | 57 | 34 | 0 | 17 | 327 | 72 | 101 |
| Binary | 1110100 | 10011110 | 11011010 | 101111 | 11100 | 0 | 1111 | 11010111 | 111010 | 1000001 |
Color Harmonies of #749EDA
Complementary color
Monochromatic Colors of #749EDA
Black with #749EDA
Text Example
Text Example
White with #749EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EDA; }
p { color: rgb(116,158,218); }
H1.HeaderClassName
{
color: #749EDA;
}
.AnyTagClassName
{
color: #749EDA;
}
</style>
background-color css
<style>
a { background-color: #749EDA; }
a { background-color: rgb(116,158,218); }
div.DivClassName
{
background-color: #749EDA;
}
.BgClassName
{
background-color: #749EDA;
}
</style>
border-color css
<style>
span { border-color: #749EDA; }
span { border-color: rgb(116,158,218); }
td.TdClassName
{
border-color: #749EDA;
}
.TagClassName
{
border-color: #749EDA;
}
</style>