Shades of Jordy Blue #749EE0
Tints of Jordy Blue #749EE0
RGB
CMYK
RGB Variations
Color information
#749EE0 (or 0x749EE0) is known color: Jordy Blue. HEX triplet: 74, 9E and E0. RGB value is (116,158,224). Sum of RGB (Red+Green+Blue) = 116+158+224=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #749EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EE0 is #8B611F. Grayscale: #989898. Windows color (decimal): -9134368 or 14720628. OLE color: 14720628.
HSL color Cylindrical-coordinate representation of color #749EE0: hue angle of 216.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #749EE0 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 158 | 224 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.12 |
| HSL | 216.67º | 0.64% | 0.67% | - |
| HSV(B) | 216.67º | 0.48% | 0.88% | - |
| XYZ | 32.88 | 33.55 | 75.26 | - |
| YUV | 152.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 224 | 0.48 | 0.29 | 0 | 0.12 | 216.67 | 0.64 | 0.67 |
| Hex | 74 | 9E | E0 | 30 | 1D | 0 | C | D9 | 40 | 43 |
| Octal | 164 | 236 | 340 | 60 | 35 | 0 | 14 | 331 | 100 | 103 |
| Binary | 1110100 | 10011110 | 11100000 | 110000 | 11101 | 0 | 1100 | 11011001 | 1000000 | 1000011 |
Color Harmonies of #749EE0
Complementary color
Monochromatic Colors of #749EE0
Black with #749EE0
Text Example
Text Example
White with #749EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EE0; }
p { color: rgb(116,158,224); }
H1.HeaderClassName
{
color: #749EE0;
}
.AnyTagClassName
{
color: #749EE0;
}
</style>
background-color css
<style>
a { background-color: #749EE0; }
a { background-color: rgb(116,158,224); }
div.DivClassName
{
background-color: #749EE0;
}
.BgClassName
{
background-color: #749EE0;
}
</style>
border-color css
<style>
span { border-color: #749EE0; }
span { border-color: rgb(116,158,224); }
td.TdClassName
{
border-color: #749EE0;
}
.TagClassName
{
border-color: #749EE0;
}
</style>