Shades of Jordy Blue #749CDB
Tints of Jordy Blue #749CDB
RGB
CMYK
RGB Variations
Color information
#749CDB (or 0x749CDB) is known color: Jordy Blue. HEX triplet: 74, 9C and DB. RGB value is (116,156,219). Sum of RGB (Red+Green+Blue) = 116+156+219=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #749CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CDB is #8B6324. Grayscale: #969696. Windows color (decimal): -9134885 or 14392436. OLE color: 14392436.
HSL color Cylindrical-coordinate representation of color #749CDB: hue angle of 216.7º 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 #749CDB is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 156 | 219 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.14 |
| HSL | 216.7º | 0.59% | 0.66% | - |
| HSV(B) | 216.7º | 0.47% | 0.86% | - |
| XYZ | 31.88 | 32.6 | 71.63 | - |
| YUV | 151.22 | 166.25 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 219 | 0.47 | 0.29 | 0 | 0.14 | 216.7 | 0.59 | 0.66 |
| Hex | 74 | 9C | DB | 2F | 1D | 0 | E | D9 | 3B | 42 |
| Octal | 164 | 234 | 333 | 57 | 35 | 0 | 16 | 331 | 73 | 102 |
| Binary | 1110100 | 10011100 | 11011011 | 101111 | 11101 | 0 | 1110 | 11011001 | 111011 | 1000010 |
Color Harmonies of #749CDB
Complementary color
Monochromatic Colors of #749CDB
Black with #749CDB
Text Example
Text Example
White with #749CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749CDB; }
p { color: rgb(116,156,219); }
H1.HeaderClassName
{
color: #749CDB;
}
.AnyTagClassName
{
color: #749CDB;
}
</style>
background-color css
<style>
a { background-color: #749CDB; }
a { background-color: rgb(116,156,219); }
div.DivClassName
{
background-color: #749CDB;
}
.BgClassName
{
background-color: #749CDB;
}
</style>
border-color css
<style>
span { border-color: #749CDB; }
span { border-color: rgb(116,156,219); }
td.TdClassName
{
border-color: #749CDB;
}
.TagClassName
{
border-color: #749CDB;
}
</style>