Shades of Jordy Blue #749EE2
Tints of Jordy Blue #749EE2
RGB
CMYK
RGB Variations
Color information
#749EE2 (or 0x749EE2) is known color: Jordy Blue. HEX triplet: 74, 9E and E2. RGB value is (116,158,226). Sum of RGB (Red+Green+Blue) = 116+158+226=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 226 - color contains mainly: blue. Hex color #749EE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EE2 is #8B611D. Grayscale: #989898. Windows color (decimal): -9134366 or 14851700. OLE color: 14851700.
HSL color Cylindrical-coordinate representation of color #749EE2: hue angle of 217.09º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #749EE2 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 158 | 226 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.11 |
| HSL | 217.09º | 0.65% | 0.67% | - |
| HSV(B) | 217.09º | 0.49% | 0.89% | - |
| XYZ | 33.16 | 33.66 | 76.7 | - |
| YUV | 153.19 | 169.09 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 226 | 0.49 | 0.30 | 0 | 0.11 | 217.09 | 0.65 | 0.67 |
| Hex | 74 | 9E | E2 | 31 | 1E | 0 | B | D9 | 41 | 43 |
| Octal | 164 | 236 | 342 | 61 | 36 | 0 | 13 | 331 | 101 | 103 |
| Binary | 1110100 | 10011110 | 11100010 | 110001 | 11110 | 0 | 1011 | 11011001 | 1000001 | 1000011 |
Color Harmonies of #749EE2
Complementary color
Monochromatic Colors of #749EE2
Black with #749EE2
Text Example
Text Example
White with #749EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EE2; }
p { color: rgb(116,158,226); }
H1.HeaderClassName
{
color: #749EE2;
}
.AnyTagClassName
{
color: #749EE2;
}
</style>
background-color css
<style>
a { background-color: #749EE2; }
a { background-color: rgb(116,158,226); }
div.DivClassName
{
background-color: #749EE2;
}
.BgClassName
{
background-color: #749EE2;
}
</style>
border-color css
<style>
span { border-color: #749EE2; }
span { border-color: rgb(116,158,226); }
td.TdClassName
{
border-color: #749EE2;
}
.TagClassName
{
border-color: #749EE2;
}
</style>