Shades of Jordy Blue #749ADB
Tints of Jordy Blue #749ADB
RGB
CMYK
RGB Variations
Color information
#749ADB (or 0x749ADB) is known color: Jordy Blue. HEX triplet: 74, 9A and DB. RGB value is (116,154,219). Sum of RGB (Red+Green+Blue) = 116+154+219=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #749ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ADB is #8B6524. Grayscale: #959595. Windows color (decimal): -9135397 or 14391924. OLE color: 14391924.
HSL color Cylindrical-coordinate representation of color #749ADB: hue angle of 217.86º 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 #749ADB is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 154 | 219 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.14 |
| HSL | 217.86º | 0.59% | 0.66% | - |
| HSV(B) | 217.86º | 0.47% | 0.86% | - |
| XYZ | 31.54 | 31.94 | 71.52 | - |
| YUV | 150.05 | 166.91 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 219 | 0.47 | 0.30 | 0 | 0.14 | 217.86 | 0.59 | 0.66 |
| Hex | 74 | 9A | DB | 2F | 1E | 0 | E | DA | 3B | 42 |
| Octal | 164 | 232 | 333 | 57 | 36 | 0 | 16 | 332 | 73 | 102 |
| Binary | 1110100 | 10011010 | 11011011 | 101111 | 11110 | 0 | 1110 | 11011010 | 111011 | 1000010 |
Color Harmonies of #749ADB
Complementary color
Monochromatic Colors of #749ADB
Black with #749ADB
Text Example
Text Example
White with #749ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749ADB; }
p { color: rgb(116,154,219); }
H1.HeaderClassName
{
color: #749ADB;
}
.AnyTagClassName
{
color: #749ADB;
}
</style>
background-color css
<style>
a { background-color: #749ADB; }
a { background-color: rgb(116,154,219); }
div.DivClassName
{
background-color: #749ADB;
}
.BgClassName
{
background-color: #749ADB;
}
</style>
border-color css
<style>
span { border-color: #749ADB; }
span { border-color: rgb(116,154,219); }
td.TdClassName
{
border-color: #749ADB;
}
.TagClassName
{
border-color: #749ADB;
}
</style>