Shades of Jordy Blue #74ADE0
Tints of Jordy Blue #74ADE0
RGB
CMYK
RGB Variations
Color information
#74ADE0 (or 0x74ADE0) is known color: Jordy Blue. HEX triplet: 74, AD and E0. RGB value is (116,173,224). Sum of RGB (Red+Green+Blue) = 116+173+224=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #74ADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADE0 is #8B521F. Grayscale: #A1A1A1. Windows color (decimal): -9130528 or 14724468. OLE color: 14724468.
HSL color Cylindrical-coordinate representation of color #74ADE0: hue angle of 208.33º 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 #74ADE0 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 173 | 224 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.12 |
| HSL | 208.33º | 0.64% | 0.67% | - |
| HSV(B) | 208.33º | 0.48% | 0.88% | - |
| XYZ | 35.6 | 38.98 | 76.17 | - |
| YUV | 161.77 | 163.12 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 224 | 0.48 | 0.23 | 0 | 0.12 | 208.33 | 0.64 | 0.67 |
| Hex | 74 | AD | E0 | 30 | 17 | 0 | C | D0 | 40 | 43 |
| Octal | 164 | 255 | 340 | 60 | 27 | 0 | 14 | 320 | 100 | 103 |
| Binary | 1110100 | 10101101 | 11100000 | 110000 | 10111 | 0 | 1100 | 11010000 | 1000000 | 1000011 |
Color Harmonies of #74ADE0
Complementary color
Monochromatic Colors of #74ADE0
Black with #74ADE0
Text Example
Text Example
White with #74ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADE0; }
p { color: rgb(116,173,224); }
H1.HeaderClassName
{
color: #74ADE0;
}
.AnyTagClassName
{
color: #74ADE0;
}
</style>
background-color css
<style>
a { background-color: #74ADE0; }
a { background-color: rgb(116,173,224); }
div.DivClassName
{
background-color: #74ADE0;
}
.BgClassName
{
background-color: #74ADE0;
}
</style>
border-color css
<style>
span { border-color: #74ADE0; }
span { border-color: rgb(116,173,224); }
td.TdClassName
{
border-color: #74ADE0;
}
.TagClassName
{
border-color: #74ADE0;
}
</style>