Shades of Jordy Blue #74ADE6
Tints of Jordy Blue #74ADE6
RGB
CMYK
RGB Variations
Color information
#74ADE6 (or 0x74ADE6) is known color: Jordy Blue. HEX triplet: 74, AD and E6. RGB value is (116,173,230). Sum of RGB (Red+Green+Blue) = 116+173+230=519 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.35% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #74ADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ADE6 is #8B5219. Grayscale: #A2A2A2. Windows color (decimal): -9130522 or 15117684. OLE color: 15117684.
HSL color Cylindrical-coordinate representation of color #74ADE6: hue angle of 210º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74ADE6 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 173 | 230 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.10 |
| HSL | 210º | 0.7% | 0.68% | - |
| HSV(B) | 210º | 0.5% | 0.9% | - |
| XYZ | 36.43 | 39.31 | 80.53 | - |
| YUV | 162.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 230 | 0.50 | 0.25 | 0 | 0.10 | 210 | 0.7 | 0.68 |
| Hex | 74 | AD | E6 | 32 | 19 | 0 | A | D2 | 46 | 44 |
| Octal | 164 | 255 | 346 | 62 | 31 | 0 | 12 | 322 | 106 | 104 |
| Binary | 1110100 | 10101101 | 11100110 | 110010 | 11001 | 0 | 1010 | 11010010 | 1000110 | 1000100 |
Color Harmonies of #74ADE6
Complementary color
Monochromatic Colors of #74ADE6
Black with #74ADE6
Text Example
Text Example
White with #74ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADE6; }
p { color: rgb(116,173,230); }
H1.HeaderClassName
{
color: #74ADE6;
}
.AnyTagClassName
{
color: #74ADE6;
}
</style>
background-color css
<style>
a { background-color: #74ADE6; }
a { background-color: rgb(116,173,230); }
div.DivClassName
{
background-color: #74ADE6;
}
.BgClassName
{
background-color: #74ADE6;
}
</style>
border-color css
<style>
span { border-color: #74ADE6; }
span { border-color: rgb(116,173,230); }
td.TdClassName
{
border-color: #74ADE6;
}
.TagClassName
{
border-color: #74ADE6;
}
</style>