Shades of Jordy Blue #749EDD
Tints of Jordy Blue #749EDD
RGB
CMYK
RGB Variations
Color information
#749EDD (or 0x749EDD) is known color: Jordy Blue. HEX triplet: 74, 9E and DD. RGB value is (116,158,221). Sum of RGB (Red+Green+Blue) = 116+158+221=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #749EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EDD is #8B6122. Grayscale: #989898. Windows color (decimal): -9134371 or 14524020. OLE color: 14524020.
HSL color Cylindrical-coordinate representation of color #749EDD: hue angle of 216º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #749EDD is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 158 | 221 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.13 |
| HSL | 216º | 0.61% | 0.66% | - |
| HSV(B) | 216º | 0.48% | 0.87% | - |
| XYZ | 32.48 | 33.39 | 73.14 | - |
| YUV | 152.62 | 166.59 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 221 | 0.48 | 0.29 | 0 | 0.13 | 216 | 0.61 | 0.66 |
| Hex | 74 | 9E | DD | 30 | 1D | 0 | D | D8 | 3D | 42 |
| Octal | 164 | 236 | 335 | 60 | 35 | 0 | 15 | 330 | 75 | 102 |
| Binary | 1110100 | 10011110 | 11011101 | 110000 | 11101 | 0 | 1101 | 11011000 | 111101 | 1000010 |
Color Harmonies of #749EDD
Complementary color
Monochromatic Colors of #749EDD
Black with #749EDD
Text Example
Text Example
White with #749EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EDD; }
p { color: rgb(116,158,221); }
H1.HeaderClassName
{
color: #749EDD;
}
.AnyTagClassName
{
color: #749EDD;
}
</style>
background-color css
<style>
a { background-color: #749EDD; }
a { background-color: rgb(116,158,221); }
div.DivClassName
{
background-color: #749EDD;
}
.BgClassName
{
background-color: #749EDD;
}
</style>
border-color css
<style>
span { border-color: #749EDD; }
span { border-color: rgb(116,158,221); }
td.TdClassName
{
border-color: #749EDD;
}
.TagClassName
{
border-color: #749EDD;
}
</style>