Shades of Jordy Blue #74ADE1
Tints of Jordy Blue #74ADE1
RGB
CMYK
RGB Variations
Color information
#74ADE1 (or 0x74ADE1) is known color: Jordy Blue. HEX triplet: 74, AD and E1. RGB value is (116,173,225). Sum of RGB (Red+Green+Blue) = 116+173+225=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #74ADE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADE1 is #8B521E. Grayscale: #A1A1A1. Windows color (decimal): -9130527 or 14790004. OLE color: 14790004.
HSL color Cylindrical-coordinate representation of color #74ADE1: hue angle of 208.62º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74ADE1 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 173 | 225 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.12 |
| HSL | 208.62º | 0.64% | 0.67% | - |
| HSV(B) | 208.62º | 0.48% | 0.88% | - |
| XYZ | 35.74 | 39.04 | 76.89 | - |
| YUV | 161.89 | 163.62 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 225 | 0.48 | 0.23 | 0 | 0.12 | 208.62 | 0.64 | 0.67 |
| Hex | 74 | AD | E1 | 30 | 17 | 0 | C | D1 | 40 | 43 |
| Octal | 164 | 255 | 341 | 60 | 27 | 0 | 14 | 321 | 100 | 103 |
| Binary | 1110100 | 10101101 | 11100001 | 110000 | 10111 | 0 | 1100 | 11010001 | 1000000 | 1000011 |
Color Harmonies of #74ADE1
Complementary color
Monochromatic Colors of #74ADE1
Black with #74ADE1
Text Example
Text Example
White with #74ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADE1; }
p { color: rgb(116,173,225); }
H1.HeaderClassName
{
color: #74ADE1;
}
.AnyTagClassName
{
color: #74ADE1;
}
</style>
background-color css
<style>
a { background-color: #74ADE1; }
a { background-color: rgb(116,173,225); }
div.DivClassName
{
background-color: #74ADE1;
}
.BgClassName
{
background-color: #74ADE1;
}
</style>
border-color css
<style>
span { border-color: #74ADE1; }
span { border-color: rgb(116,173,225); }
td.TdClassName
{
border-color: #74ADE1;
}
.TagClassName
{
border-color: #74ADE1;
}
</style>