Shades of Jordy Blue #7FA9DF
Tints of Jordy Blue #7FA9DF
RGB
CMYK
RGB Variations
Color information
#7FA9DF (or 0x7FA9DF) is known color: Jordy Blue. HEX triplet: 7F, A9 and DF. RGB value is (127,169,223). Sum of RGB (Red+Green+Blue) = 127+169+223=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FA9DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA9DF is #805620. Grayscale: #A2A2A2. Windows color (decimal): -8410657 or 14657919. OLE color: 14657919.
HSL color Cylindrical-coordinate representation of color #7FA9DF: hue angle of 213.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FA9DF is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 169 | 223 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.13 |
| HSL | 213.75º | 0.6% | 0.69% | - |
| HSV(B) | 213.75º | 0.43% | 0.87% | - |
| XYZ | 36.26 | 38.22 | 75.28 | - |
| YUV | 162.6 | 162.09 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 169 | 223 | 0.43 | 0.24 | 0 | 0.13 | 213.75 | 0.6 | 0.69 |
| Hex | 7F | A9 | DF | 2B | 18 | 0 | D | D6 | 3C | 45 |
| Octal | 177 | 251 | 337 | 53 | 30 | 0 | 15 | 326 | 74 | 105 |
| Binary | 1111111 | 10101001 | 11011111 | 101011 | 11000 | 0 | 1101 | 11010110 | 111100 | 1000101 |
Color Harmonies of #7FA9DF
Complementary color
Monochromatic Colors of #7FA9DF
Black with #7FA9DF
Text Example
Text Example
White with #7FA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA9DF; }
p { color: rgb(127,169,223); }
H1.HeaderClassName
{
color: #7FA9DF;
}
.AnyTagClassName
{
color: #7FA9DF;
}
</style>
background-color css
<style>
a { background-color: #7FA9DF; }
a { background-color: rgb(127,169,223); }
div.DivClassName
{
background-color: #7FA9DF;
}
.BgClassName
{
background-color: #7FA9DF;
}
</style>
border-color css
<style>
span { border-color: #7FA9DF; }
span { border-color: rgb(127,169,223); }
td.TdClassName
{
border-color: #7FA9DF;
}
.TagClassName
{
border-color: #7FA9DF;
}
</style>