Shades of Jordy Blue #749EE7
Tints of Jordy Blue #749EE7
RGB
CMYK
RGB Variations
Color information
#749EE7 (or 0x749EE7) is known color: Jordy Blue. HEX triplet: 74, 9E and E7. RGB value is (116,158,231). Sum of RGB (Red+Green+Blue) = 116+158+231=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #749EE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749EE7 is #8B6118. Grayscale: #999999. Windows color (decimal): -9134361 or 15179380. OLE color: 15179380.
HSL color Cylindrical-coordinate representation of color #749EE7: hue angle of 218.09º degrees, saturation: 0.71, 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 #749EE7 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 158 | 231 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.09 |
| HSL | 218.09º | 0.71% | 0.68% | - |
| HSV(B) | 218.09º | 0.5% | 0.91% | - |
| XYZ | 33.85 | 33.94 | 80.37 | - |
| YUV | 153.76 | 171.59 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 231 | 0.50 | 0.32 | 0 | 0.09 | 218.09 | 0.71 | 0.68 |
| Hex | 74 | 9E | E7 | 32 | 20 | 0 | 9 | DA | 47 | 44 |
| Octal | 164 | 236 | 347 | 62 | 40 | 0 | 11 | 332 | 107 | 104 |
| Binary | 1110100 | 10011110 | 11100111 | 110010 | 100000 | 0 | 1001 | 11011010 | 1000111 | 1000100 |
Color Harmonies of #749EE7
Complementary color
Monochromatic Colors of #749EE7
Black with #749EE7
Text Example
Text Example
White with #749EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EE7; }
p { color: rgb(116,158,231); }
H1.HeaderClassName
{
color: #749EE7;
}
.AnyTagClassName
{
color: #749EE7;
}
</style>
background-color css
<style>
a { background-color: #749EE7; }
a { background-color: rgb(116,158,231); }
div.DivClassName
{
background-color: #749EE7;
}
.BgClassName
{
background-color: #749EE7;
}
</style>
border-color css
<style>
span { border-color: #749EE7; }
span { border-color: rgb(116,158,231); }
td.TdClassName
{
border-color: #749EE7;
}
.TagClassName
{
border-color: #749EE7;
}
</style>