Shades of Jordy Blue #74AADB
Tints of Jordy Blue #74AADB
RGB
CMYK
RGB Variations
Color information
#74AADB (or 0x74AADB) is known color: Jordy Blue. HEX triplet: 74, AA and DB. RGB value is (116,170,219). Sum of RGB (Red+Green+Blue) = 116+170+219=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #74AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AADB is #8B5524. Grayscale: #9F9F9F. Windows color (decimal): -9131301 or 14396020. OLE color: 14396020.
HSL color Cylindrical-coordinate representation of color #74AADB: hue angle of 208.54º 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 #74AADB is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 170 | 219 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.14 |
| HSL | 208.54º | 0.59% | 0.66% | - |
| HSV(B) | 208.54º | 0.47% | 0.86% | - |
| XYZ | 34.36 | 37.58 | 72.46 | - |
| YUV | 159.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 219 | 0.47 | 0.22 | 0 | 0.14 | 208.54 | 0.59 | 0.66 |
| Hex | 74 | AA | DB | 2F | 16 | 0 | E | D1 | 3B | 42 |
| Octal | 164 | 252 | 333 | 57 | 26 | 0 | 16 | 321 | 73 | 102 |
| Binary | 1110100 | 10101010 | 11011011 | 101111 | 10110 | 0 | 1110 | 11010001 | 111011 | 1000010 |
Color Harmonies of #74AADB
Complementary color
Monochromatic Colors of #74AADB
Black with #74AADB
Text Example
Text Example
White with #74AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AADB; }
p { color: rgb(116,170,219); }
H1.HeaderClassName
{
color: #74AADB;
}
.AnyTagClassName
{
color: #74AADB;
}
</style>
background-color css
<style>
a { background-color: #74AADB; }
a { background-color: rgb(116,170,219); }
div.DivClassName
{
background-color: #74AADB;
}
.BgClassName
{
background-color: #74AADB;
}
</style>
border-color css
<style>
span { border-color: #74AADB; }
span { border-color: rgb(116,170,219); }
td.TdClassName
{
border-color: #74AADB;
}
.TagClassName
{
border-color: #74AADB;
}
</style>