Shades of Jordy Blue #749EE8
Tints of Jordy Blue #749EE8
RGB
CMYK
RGB Variations
Color information
#749EE8 (or 0x749EE8) is known color: Jordy Blue. HEX triplet: 74, 9E and E8. RGB value is (116,158,232). Sum of RGB (Red+Green+Blue) = 116+158+232=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #749EE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749EE8 is #8B6117. Grayscale: #999999. Windows color (decimal): -9134360 or 15244916. OLE color: 15244916.
HSL color Cylindrical-coordinate representation of color #749EE8: hue angle of 218.28º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #749EE8 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 158 | 232 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.09 |
| HSL | 218.28º | 0.72% | 0.68% | - |
| HSV(B) | 218.28º | 0.5% | 0.91% | - |
| XYZ | 33.99 | 33.99 | 81.11 | - |
| YUV | 153.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 232 | 0.50 | 0.32 | 0 | 0.09 | 218.28 | 0.72 | 0.68 |
| Hex | 74 | 9E | E8 | 32 | 20 | 0 | 9 | DA | 48 | 44 |
| Octal | 164 | 236 | 350 | 62 | 40 | 0 | 11 | 332 | 110 | 104 |
| Binary | 1110100 | 10011110 | 11101000 | 110010 | 100000 | 0 | 1001 | 11011010 | 1001000 | 1000100 |
Color Harmonies of #749EE8
Complementary color
Monochromatic Colors of #749EE8
Black with #749EE8
Text Example
Text Example
White with #749EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EE8; }
p { color: rgb(116,158,232); }
H1.HeaderClassName
{
color: #749EE8;
}
.AnyTagClassName
{
color: #749EE8;
}
</style>
background-color css
<style>
a { background-color: #749EE8; }
a { background-color: rgb(116,158,232); }
div.DivClassName
{
background-color: #749EE8;
}
.BgClassName
{
background-color: #749EE8;
}
</style>
border-color css
<style>
span { border-color: #749EE8; }
span { border-color: rgb(116,158,232); }
td.TdClassName
{
border-color: #749EE8;
}
.TagClassName
{
border-color: #749EE8;
}
</style>