Shades of Jordy Blue #74A4EC
Tints of Jordy Blue #74A4EC
RGB
CMYK
RGB Variations
Color information
#74A4EC (or 0x74A4EC) is known color: Jordy Blue. HEX triplet: 74, A4 and EC. RGB value is (116,164,236). Sum of RGB (Red+Green+Blue) = 116+164+236=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #74A4EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A4EC is #8B5B13. Grayscale: #9D9D9D. Windows color (decimal): -9132820 or 15508596. OLE color: 15508596.
HSL color Cylindrical-coordinate representation of color #74A4EC: hue angle of 216º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74A4EC is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 164 | 236 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.07 |
| HSL | 216º | 0.76% | 0.69% | - |
| HSV(B) | 216º | 0.51% | 0.93% | - |
| XYZ | 35.62 | 36.32 | 84.49 | - |
| YUV | 157.86 | 172.1 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 164 | 236 | 0.51 | 0.31 | 0 | 0.07 | 216 | 0.76 | 0.69 |
| Hex | 74 | A4 | EC | 33 | 1F | 0 | 7 | D8 | 4C | 45 |
| Octal | 164 | 244 | 354 | 63 | 37 | 0 | 7 | 330 | 114 | 105 |
| Binary | 1110100 | 10100100 | 11101100 | 110011 | 11111 | 0 | 111 | 11011000 | 1001100 | 1000101 |
Color Harmonies of #74A4EC
Complementary color
Monochromatic Colors of #74A4EC
Black with #74A4EC
Text Example
Text Example
White with #74A4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A4EC; }
p { color: rgb(116,164,236); }
H1.HeaderClassName
{
color: #74A4EC;
}
.AnyTagClassName
{
color: #74A4EC;
}
</style>
background-color css
<style>
a { background-color: #74A4EC; }
a { background-color: rgb(116,164,236); }
div.DivClassName
{
background-color: #74A4EC;
}
.BgClassName
{
background-color: #74A4EC;
}
</style>
border-color css
<style>
span { border-color: #74A4EC; }
span { border-color: rgb(116,164,236); }
td.TdClassName
{
border-color: #74A4EC;
}
.TagClassName
{
border-color: #74A4EC;
}
</style>