Shades of Jordy Blue #74AFE9
Tints of Jordy Blue #74AFE9
RGB
CMYK
RGB Variations
Color information
#74AFE9 (or 0x74AFE9) is known color: Jordy Blue. HEX triplet: 74, AF and E9. RGB value is (116,175,233). Sum of RGB (Red+Green+Blue) = 116+175+233=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #74AFE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74AFE9 is #8B5016. Grayscale: #A3A3A3. Windows color (decimal): -9130007 or 15314804. OLE color: 15314804.
HSL color Cylindrical-coordinate representation of color #74AFE9: hue angle of 209.74º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74AFE9 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 175 | 233 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.09 |
| HSL | 209.74º | 0.73% | 0.68% | - |
| HSV(B) | 209.74º | 0.5% | 0.91% | - |
| XYZ | 37.24 | 40.26 | 82.9 | - |
| YUV | 163.97 | 166.95 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 233 | 0.50 | 0.25 | 0 | 0.09 | 209.74 | 0.73 | 0.68 |
| Hex | 74 | AF | E9 | 32 | 19 | 0 | 9 | D2 | 49 | 44 |
| Octal | 164 | 257 | 351 | 62 | 31 | 0 | 11 | 322 | 111 | 104 |
| Binary | 1110100 | 10101111 | 11101001 | 110010 | 11001 | 0 | 1001 | 11010010 | 1001001 | 1000100 |
Color Harmonies of #74AFE9
Complementary color
Monochromatic Colors of #74AFE9
Black with #74AFE9
Text Example
Text Example
White with #74AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AFE9; }
p { color: rgb(116,175,233); }
H1.HeaderClassName
{
color: #74AFE9;
}
.AnyTagClassName
{
color: #74AFE9;
}
</style>
background-color css
<style>
a { background-color: #74AFE9; }
a { background-color: rgb(116,175,233); }
div.DivClassName
{
background-color: #74AFE9;
}
.BgClassName
{
background-color: #74AFE9;
}
</style>
border-color css
<style>
span { border-color: #74AFE9; }
span { border-color: rgb(116,175,233); }
td.TdClassName
{
border-color: #74AFE9;
}
.TagClassName
{
border-color: #74AFE9;
}
</style>