Shades of Jordy Blue #74A0DE
Tints of Jordy Blue #74A0DE
RGB
CMYK
RGB Variations
Color information
#74A0DE (or 0x74A0DE) is known color: Jordy Blue. HEX triplet: 74, A0 and DE. RGB value is (116,160,222). Sum of RGB (Red+Green+Blue) = 116+160+222=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #74A0DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A0DE is #8B5F21. Grayscale: #999999. Windows color (decimal): -9133858 or 14590068. OLE color: 14590068.
HSL color Cylindrical-coordinate representation of color #74A0DE: hue angle of 215.09º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74A0DE is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 160 | 222 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.13 |
| HSL | 215.09º | 0.62% | 0.66% | - |
| HSV(B) | 215.09º | 0.48% | 0.87% | - |
| XYZ | 32.96 | 34.13 | 73.96 | - |
| YUV | 153.91 | 166.42 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 160 | 222 | 0.48 | 0.28 | 0 | 0.13 | 215.09 | 0.62 | 0.66 |
| Hex | 74 | A0 | DE | 30 | 1C | 0 | D | D7 | 3E | 42 |
| Octal | 164 | 240 | 336 | 60 | 34 | 0 | 15 | 327 | 76 | 102 |
| Binary | 1110100 | 10100000 | 11011110 | 110000 | 11100 | 0 | 1101 | 11010111 | 111110 | 1000010 |
Color Harmonies of #74A0DE
Complementary color
Monochromatic Colors of #74A0DE
Black with #74A0DE
Text Example
Text Example
White with #74A0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A0DE; }
p { color: rgb(116,160,222); }
H1.HeaderClassName
{
color: #74A0DE;
}
.AnyTagClassName
{
color: #74A0DE;
}
</style>
background-color css
<style>
a { background-color: #74A0DE; }
a { background-color: rgb(116,160,222); }
div.DivClassName
{
background-color: #74A0DE;
}
.BgClassName
{
background-color: #74A0DE;
}
</style>
border-color css
<style>
span { border-color: #74A0DE; }
span { border-color: rgb(116,160,222); }
td.TdClassName
{
border-color: #74A0DE;
}
.TagClassName
{
border-color: #74A0DE;
}
</style>