Shades of Jordy Blue #74A7DB
Tints of Jordy Blue #74A7DB
RGB
CMYK
RGB Variations
Color information
#74A7DB (or 0x74A7DB) is known color: Jordy Blue. HEX triplet: 74, A7 and DB. RGB value is (116,167,219). Sum of RGB (Red+Green+Blue) = 116+167+219=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #74A7DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A7DB is #8B5824. Grayscale: #9D9D9D. Windows color (decimal): -9132069 or 14395252. OLE color: 14395252.
HSL color Cylindrical-coordinate representation of color #74A7DB: hue angle of 210.29º 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 #74A7DB is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 167 | 219 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.14 |
| HSL | 210.29º | 0.59% | 0.66% | - |
| HSV(B) | 210.29º | 0.47% | 0.86% | - |
| XYZ | 33.81 | 36.46 | 72.27 | - |
| YUV | 157.68 | 162.6 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 167 | 219 | 0.47 | 0.24 | 0 | 0.14 | 210.29 | 0.59 | 0.66 |
| Hex | 74 | A7 | DB | 2F | 18 | 0 | E | D2 | 3B | 42 |
| Octal | 164 | 247 | 333 | 57 | 30 | 0 | 16 | 322 | 73 | 102 |
| Binary | 1110100 | 10100111 | 11011011 | 101111 | 11000 | 0 | 1110 | 11010010 | 111011 | 1000010 |
Color Harmonies of #74A7DB
Complementary color
Monochromatic Colors of #74A7DB
Black with #74A7DB
Text Example
Text Example
White with #74A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A7DB; }
p { color: rgb(116,167,219); }
H1.HeaderClassName
{
color: #74A7DB;
}
.AnyTagClassName
{
color: #74A7DB;
}
</style>
background-color css
<style>
a { background-color: #74A7DB; }
a { background-color: rgb(116,167,219); }
div.DivClassName
{
background-color: #74A7DB;
}
.BgClassName
{
background-color: #74A7DB;
}
</style>
border-color css
<style>
span { border-color: #74A7DB; }
span { border-color: rgb(116,167,219); }
td.TdClassName
{
border-color: #74A7DB;
}
.TagClassName
{
border-color: #74A7DB;
}
</style>