Shades of Jordy Blue #74AAFA
Tints of Jordy Blue #74AAFA
RGB
CMYK
RGB Variations
Color information
#74AAFA (or 0x74AAFA) is known color: Jordy Blue. HEX triplet: 74, AA and FA. RGB value is (116,170,250). Sum of RGB (Red+Green+Blue) = 116+170+250=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #74AAFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74AAFA is #8B5505. Grayscale: #A2A2A2. Windows color (decimal): -9131270 or 16427636. OLE color: 16427636.
HSL color Cylindrical-coordinate representation of color #74AAFA: hue angle of 215.82º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74AAFA is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 170 | 250 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.02 |
| HSL | 215.82º | 0.93% | 0.72% | - |
| HSV(B) | 215.82º | 0.54% | 0.98% | - |
| XYZ | 38.83 | 39.36 | 95.99 | - |
| YUV | 162.97 | 177.11 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 250 | 0.54 | 0.32 | 0 | 0.02 | 215.82 | 0.93 | 0.72 |
| Hex | 74 | AA | FA | 36 | 20 | 0 | 2 | D8 | 5D | 48 |
| Octal | 164 | 252 | 372 | 66 | 40 | 0 | 2 | 330 | 135 | 110 |
| Binary | 1110100 | 10101010 | 11111010 | 110110 | 100000 | 0 | 10 | 11011000 | 1011101 | 1001000 |
Color Harmonies of #74AAFA
Complementary color
Monochromatic Colors of #74AAFA
Black with #74AAFA
Text Example
Text Example
White with #74AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AAFA; }
p { color: rgb(116,170,250); }
H1.HeaderClassName
{
color: #74AAFA;
}
.AnyTagClassName
{
color: #74AAFA;
}
</style>
background-color css
<style>
a { background-color: #74AAFA; }
a { background-color: rgb(116,170,250); }
div.DivClassName
{
background-color: #74AAFA;
}
.BgClassName
{
background-color: #74AAFA;
}
</style>
border-color css
<style>
span { border-color: #74AAFA; }
span { border-color: rgb(116,170,250); }
td.TdClassName
{
border-color: #74AAFA;
}
.TagClassName
{
border-color: #74AAFA;
}
</style>