Shades of Jordy Blue #749EE5
Tints of Jordy Blue #749EE5
RGB
CMYK
RGB Variations
Color information
#749EE5 (or 0x749EE5) is known color: Jordy Blue. HEX triplet: 74, 9E and E5. RGB value is (116,158,229). Sum of RGB (Red+Green+Blue) = 116+158+229=503 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.06% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #749EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EE5 is #8B611A. Grayscale: #999999. Windows color (decimal): -9134363 or 15048308. OLE color: 15048308.
HSL color Cylindrical-coordinate representation of color #749EE5: hue angle of 217.7º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #749EE5 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 158 | 229 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.10 |
| HSL | 217.7º | 0.68% | 0.68% | - |
| HSV(B) | 217.7º | 0.49% | 0.9% | - |
| XYZ | 33.57 | 33.82 | 78.89 | - |
| YUV | 153.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 229 | 0.49 | 0.31 | 0 | 0.10 | 217.7 | 0.68 | 0.68 |
| Hex | 74 | 9E | E5 | 31 | 1F | 0 | A | DA | 44 | 44 |
| Octal | 164 | 236 | 345 | 61 | 37 | 0 | 12 | 332 | 104 | 104 |
| Binary | 1110100 | 10011110 | 11100101 | 110001 | 11111 | 0 | 1010 | 11011010 | 1000100 | 1000100 |
Color Harmonies of #749EE5
Complementary color
Monochromatic Colors of #749EE5
Black with #749EE5
Text Example
Text Example
White with #749EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EE5; }
p { color: rgb(116,158,229); }
H1.HeaderClassName
{
color: #749EE5;
}
.AnyTagClassName
{
color: #749EE5;
}
</style>
background-color css
<style>
a { background-color: #749EE5; }
a { background-color: rgb(116,158,229); }
div.DivClassName
{
background-color: #749EE5;
}
.BgClassName
{
background-color: #749EE5;
}
</style>
border-color css
<style>
span { border-color: #749EE5; }
span { border-color: rgb(116,158,229); }
td.TdClassName
{
border-color: #749EE5;
}
.TagClassName
{
border-color: #749EE5;
}
</style>