Shades of Jordy Blue #749FDB
Tints of Jordy Blue #749FDB
RGB
CMYK
RGB Variations
Color information
#749FDB (or 0x749FDB) is known color: Jordy Blue. HEX triplet: 74, 9F and DB. RGB value is (116,159,219). Sum of RGB (Red+Green+Blue) = 116+159+219=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #749FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FDB is #8B6024. Grayscale: #989898. Windows color (decimal): -9134117 or 14393204. OLE color: 14393204.
HSL color Cylindrical-coordinate representation of color #749FDB: hue angle of 214.95º 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 #749FDB is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 159 | 219 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.14 |
| HSL | 214.95º | 0.59% | 0.66% | - |
| HSV(B) | 214.95º | 0.47% | 0.86% | - |
| XYZ | 32.39 | 33.62 | 71.8 | - |
| YUV | 152.98 | 165.25 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 219 | 0.47 | 0.27 | 0 | 0.14 | 214.95 | 0.59 | 0.66 |
| Hex | 74 | 9F | DB | 2F | 1B | 0 | E | D7 | 3B | 42 |
| Octal | 164 | 237 | 333 | 57 | 33 | 0 | 16 | 327 | 73 | 102 |
| Binary | 1110100 | 10011111 | 11011011 | 101111 | 11011 | 0 | 1110 | 11010111 | 111011 | 1000010 |
Color Harmonies of #749FDB
Complementary color
Monochromatic Colors of #749FDB
Black with #749FDB
Text Example
Text Example
White with #749FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749FDB; }
p { color: rgb(116,159,219); }
H1.HeaderClassName
{
color: #749FDB;
}
.AnyTagClassName
{
color: #749FDB;
}
</style>
background-color css
<style>
a { background-color: #749FDB; }
a { background-color: rgb(116,159,219); }
div.DivClassName
{
background-color: #749FDB;
}
.BgClassName
{
background-color: #749FDB;
}
</style>
border-color css
<style>
span { border-color: #749FDB; }
span { border-color: rgb(116,159,219); }
td.TdClassName
{
border-color: #749FDB;
}
.TagClassName
{
border-color: #749FDB;
}
</style>