Shades of Jordy Blue #74A4DB
Tints of Jordy Blue #74A4DB
RGB
CMYK
RGB Variations
Color information
#74A4DB (or 0x74A4DB) is known color: Jordy Blue. HEX triplet: 74, A4 and DB. RGB value is (116,164,219). Sum of RGB (Red+Green+Blue) = 116+164+219=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #74A4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A4DB is #8B5B24. Grayscale: #9B9B9B. Windows color (decimal): -9132837 or 14394484. OLE color: 14394484.
HSL color Cylindrical-coordinate representation of color #74A4DB: hue angle of 212.04º 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 #74A4DB is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 164 | 219 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.14 |
| HSL | 212.04º | 0.59% | 0.66% | - |
| HSV(B) | 212.04º | 0.47% | 0.86% | - |
| XYZ | 33.26 | 35.38 | 72.09 | - |
| YUV | 155.92 | 163.6 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 164 | 219 | 0.47 | 0.25 | 0 | 0.14 | 212.04 | 0.59 | 0.66 |
| Hex | 74 | A4 | DB | 2F | 19 | 0 | E | D4 | 3B | 42 |
| Octal | 164 | 244 | 333 | 57 | 31 | 0 | 16 | 324 | 73 | 102 |
| Binary | 1110100 | 10100100 | 11011011 | 101111 | 11001 | 0 | 1110 | 11010100 | 111011 | 1000010 |
Color Harmonies of #74A4DB
Complementary color
Monochromatic Colors of #74A4DB
Black with #74A4DB
Text Example
Text Example
White with #74A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A4DB; }
p { color: rgb(116,164,219); }
H1.HeaderClassName
{
color: #74A4DB;
}
.AnyTagClassName
{
color: #74A4DB;
}
</style>
background-color css
<style>
a { background-color: #74A4DB; }
a { background-color: rgb(116,164,219); }
div.DivClassName
{
background-color: #74A4DB;
}
.BgClassName
{
background-color: #74A4DB;
}
</style>
border-color css
<style>
span { border-color: #74A4DB; }
span { border-color: rgb(116,164,219); }
td.TdClassName
{
border-color: #74A4DB;
}
.TagClassName
{
border-color: #74A4DB;
}
</style>