Shades of Jordy Blue #749BDB
Tints of Jordy Blue #749BDB
RGB
CMYK
RGB Variations
Color information
#749BDB (or 0x749BDB) is known color: Jordy Blue. HEX triplet: 74, 9B and DB. RGB value is (116,155,219). Sum of RGB (Red+Green+Blue) = 116+155+219=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #749BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BDB is #8B6424. Grayscale: #969696. Windows color (decimal): -9135141 or 14392180. OLE color: 14392180.
HSL color Cylindrical-coordinate representation of color #749BDB: hue angle of 217.28º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #749BDB is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 155 | 219 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.14 |
| HSL | 217.28º | 0.59% | 0.66% | - |
| HSV(B) | 217.28º | 0.47% | 0.86% | - |
| XYZ | 31.71 | 32.27 | 71.58 | - |
| YUV | 150.64 | 166.58 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 219 | 0.47 | 0.29 | 0 | 0.14 | 217.28 | 0.59 | 0.66 |
| Hex | 74 | 9B | DB | 2F | 1D | 0 | E | D9 | 3B | 42 |
| Octal | 164 | 233 | 333 | 57 | 35 | 0 | 16 | 331 | 73 | 102 |
| Binary | 1110100 | 10011011 | 11011011 | 101111 | 11101 | 0 | 1110 | 11011001 | 111011 | 1000010 |
Color Harmonies of #749BDB
Complementary color
Monochromatic Colors of #749BDB
Black with #749BDB
Text Example
Text Example
White with #749BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BDB; }
p { color: rgb(116,155,219); }
H1.HeaderClassName
{
color: #749BDB;
}
.AnyTagClassName
{
color: #749BDB;
}
</style>
background-color css
<style>
a { background-color: #749BDB; }
a { background-color: rgb(116,155,219); }
div.DivClassName
{
background-color: #749BDB;
}
.BgClassName
{
background-color: #749BDB;
}
</style>
border-color css
<style>
span { border-color: #749BDB; }
span { border-color: rgb(116,155,219); }
td.TdClassName
{
border-color: #749BDB;
}
.TagClassName
{
border-color: #749BDB;
}
</style>