Shades of Jordy Blue #74ADDA
Tints of Jordy Blue #74ADDA
RGB
CMYK
RGB Variations
Color information
#74ADDA (or 0x74ADDA) is known color: Jordy Blue. HEX triplet: 74, AD and DA. RGB value is (116,173,218). Sum of RGB (Red+Green+Blue) = 116+173+218=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #74ADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADDA is #8B5225. Grayscale: #A0A0A0. Windows color (decimal): -9130534 or 14331252. OLE color: 14331252.
HSL color Cylindrical-coordinate representation of color #74ADDA: hue angle of 206.47º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74ADDA is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 173 | 218 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.15 |
| HSL | 206.47º | 0.58% | 0.65% | - |
| HSV(B) | 206.47º | 0.47% | 0.85% | - |
| XYZ | 34.8 | 38.66 | 71.96 | - |
| YUV | 161.09 | 160.12 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 218 | 0.47 | 0.21 | 0 | 0.15 | 206.47 | 0.58 | 0.65 |
| Hex | 74 | AD | DA | 2F | 15 | 0 | F | CE | 3A | 41 |
| Octal | 164 | 255 | 332 | 57 | 25 | 0 | 17 | 316 | 72 | 101 |
| Binary | 1110100 | 10101101 | 11011010 | 101111 | 10101 | 0 | 1111 | 11001110 | 111010 | 1000001 |
Color Harmonies of #74ADDA
Complementary color
Monochromatic Colors of #74ADDA
Black with #74ADDA
Text Example
Text Example
White with #74ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADDA; }
p { color: rgb(116,173,218); }
H1.HeaderClassName
{
color: #74ADDA;
}
.AnyTagClassName
{
color: #74ADDA;
}
</style>
background-color css
<style>
a { background-color: #74ADDA; }
a { background-color: rgb(116,173,218); }
div.DivClassName
{
background-color: #74ADDA;
}
.BgClassName
{
background-color: #74ADDA;
}
</style>
border-color css
<style>
span { border-color: #74ADDA; }
span { border-color: rgb(116,173,218); }
td.TdClassName
{
border-color: #74ADDA;
}
.TagClassName
{
border-color: #74ADDA;
}
</style>