Shades of Jordy Blue #749ED1
Tints of Jordy Blue #749ED1
RGB
CMYK
RGB Variations
Color information
#749ED1 (or 0x749ED1) is known color: Jordy Blue. HEX triplet: 74, 9E and D1. RGB value is (116,158,209). Sum of RGB (Red+Green+Blue) = 116+158+209=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #749ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ED1 is #8B612E. Grayscale: #979797. Windows color (decimal): -9134383 or 13737588. OLE color: 13737588.
HSL color Cylindrical-coordinate representation of color #749ED1: hue angle of 212.9º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #749ED1 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 158 | 209 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.18 |
| HSL | 212.9º | 0.5% | 0.64% | - |
| HSV(B) | 212.9º | 0.44% | 0.82% | - |
| XYZ | 30.94 | 32.77 | 65.02 | - |
| YUV | 151.26 | 160.59 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 209 | 0.44 | 0.24 | 0 | 0.18 | 212.9 | 0.5 | 0.64 |
| Hex | 74 | 9E | D1 | 2C | 18 | 0 | 12 | D5 | 32 | 40 |
| Octal | 164 | 236 | 321 | 54 | 30 | 0 | 22 | 325 | 62 | 100 |
| Binary | 1110100 | 10011110 | 11010001 | 101100 | 11000 | 0 | 10010 | 11010101 | 110010 | 1000000 |
Color Harmonies of #749ED1
Complementary color
Monochromatic Colors of #749ED1
Black with #749ED1
Text Example
Text Example
White with #749ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749ED1; }
p { color: rgb(116,158,209); }
H1.HeaderClassName
{
color: #749ED1;
}
.AnyTagClassName
{
color: #749ED1;
}
</style>
background-color css
<style>
a { background-color: #749ED1; }
a { background-color: rgb(116,158,209); }
div.DivClassName
{
background-color: #749ED1;
}
.BgClassName
{
background-color: #749ED1;
}
</style>
border-color css
<style>
span { border-color: #749ED1; }
span { border-color: rgb(116,158,209); }
td.TdClassName
{
border-color: #749ED1;
}
.TagClassName
{
border-color: #749ED1;
}
</style>