Shades of Jordy Blue #749BDE
Tints of Jordy Blue #749BDE
RGB
CMYK
RGB Variations
Color information
#749BDE (or 0x749BDE) is known color: Jordy Blue. HEX triplet: 74, 9B and DE. RGB value is (116,155,222). Sum of RGB (Red+Green+Blue) = 116+155+222=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #749BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BDE is #8B6421. Grayscale: #969696. Windows color (decimal): -9135138 or 14588788. OLE color: 14588788.
HSL color Cylindrical-coordinate representation of color #749BDE: hue angle of 217.92º degrees, saturation: 0.62, 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 #749BDE is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 155 | 222 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.13 |
| HSL | 217.92º | 0.62% | 0.66% | - |
| HSV(B) | 217.92º | 0.48% | 0.87% | - |
| XYZ | 32.11 | 32.43 | 73.67 | - |
| YUV | 150.98 | 168.08 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 222 | 0.48 | 0.30 | 0 | 0.13 | 217.92 | 0.62 | 0.66 |
| Hex | 74 | 9B | DE | 30 | 1E | 0 | D | DA | 3E | 42 |
| Octal | 164 | 233 | 336 | 60 | 36 | 0 | 15 | 332 | 76 | 102 |
| Binary | 1110100 | 10011011 | 11011110 | 110000 | 11110 | 0 | 1101 | 11011010 | 111110 | 1000010 |
Color Harmonies of #749BDE
Complementary color
Monochromatic Colors of #749BDE
Black with #749BDE
Text Example
Text Example
White with #749BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BDE; }
p { color: rgb(116,155,222); }
H1.HeaderClassName
{
color: #749BDE;
}
.AnyTagClassName
{
color: #749BDE;
}
</style>
background-color css
<style>
a { background-color: #749BDE; }
a { background-color: rgb(116,155,222); }
div.DivClassName
{
background-color: #749BDE;
}
.BgClassName
{
background-color: #749BDE;
}
</style>
border-color css
<style>
span { border-color: #749BDE; }
span { border-color: rgb(116,155,222); }
td.TdClassName
{
border-color: #749BDE;
}
.TagClassName
{
border-color: #749BDE;
}
</style>