Shades of Jordy Blue #7499CE
Tints of Jordy Blue #7499CE
RGB
CMYK
RGB Variations
Color information
#7499CE (or 0x7499CE) is known color: Jordy Blue. HEX triplet: 74, 99 and CE. RGB value is (116,153,206). Sum of RGB (Red+Green+Blue) = 116+153+206=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #7499CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7499CE is #8B6631. Grayscale: #939393. Windows color (decimal): -9135666 or 13539700. OLE color: 13539700.
HSL color Cylindrical-coordinate representation of color #7499CE: hue angle of 215.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7499CE is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 153 | 206 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.19 |
| HSL | 215.33º | 0.48% | 0.63% | - |
| HSV(B) | 215.33º | 0.44% | 0.81% | - |
| XYZ | 29.73 | 30.95 | 62.8 | - |
| YUV | 147.98 | 160.74 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 206 | 0.44 | 0.26 | 0 | 0.19 | 215.33 | 0.48 | 0.63 |
| Hex | 74 | 99 | CE | 2C | 1A | 0 | 13 | D7 | 30 | 3F |
| Octal | 164 | 231 | 316 | 54 | 32 | 0 | 23 | 327 | 60 | 77 |
| Binary | 1110100 | 10011001 | 11001110 | 101100 | 11010 | 0 | 10011 | 11010111 | 110000 | 111111 |
Color Harmonies of #7499CE
Complementary color
Monochromatic Colors of #7499CE
Black with #7499CE
Text Example
Text Example
White with #7499CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7499CE; }
p { color: rgb(116,153,206); }
H1.HeaderClassName
{
color: #7499CE;
}
.AnyTagClassName
{
color: #7499CE;
}
</style>
background-color css
<style>
a { background-color: #7499CE; }
a { background-color: rgb(116,153,206); }
div.DivClassName
{
background-color: #7499CE;
}
.BgClassName
{
background-color: #7499CE;
}
</style>
border-color css
<style>
span { border-color: #7499CE; }
span { border-color: rgb(116,153,206); }
td.TdClassName
{
border-color: #7499CE;
}
.TagClassName
{
border-color: #7499CE;
}
</style>