Shades of Jordy Blue #7FA9FF
Tints of Jordy Blue #7FA9FF
RGB
CMYK
RGB Variations
Color information
#7FA9FF (or 0x7FA9FF) is known color: Jordy Blue. HEX triplet: 7F, A9 and FF. RGB value is (127,169,255). Sum of RGB (Red+Green+Blue) = 127+169+255=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FA9FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA9FF is #805600. Grayscale: #A5A5A5. Windows color (decimal): -8410625 or 16755071. OLE color: 16755071.
HSL color Cylindrical-coordinate representation of color #7FA9FF: hue angle of 220.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FA9FF is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 169 | 255 | - |
| CMYK | 0.50 | 0.34 | 0 | 0 |
| HSL | 220.31º | 1% | 0.75% | - |
| HSV(B) | 220.31º | 0.5% | 1% | - |
| XYZ | 40.99 | 40.11 | 100.19 | - |
| YUV | 166.25 | 178.09 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 169 | 255 | 0.50 | 0.34 | 0 | 0 | 220.31 | 1 | 0.75 |
| Hex | 7F | A9 | FF | 32 | 22 | 0 | 0 | DC | 64 | 4B |
| Octal | 177 | 251 | 377 | 62 | 42 | 0 | 0 | 334 | 144 | 113 |
| Binary | 1111111 | 10101001 | 11111111 | 110010 | 100010 | 0 | 0 | 11011100 | 1100100 | 1001011 |
Color Harmonies of #7FA9FF
Complementary color
Monochromatic Colors of #7FA9FF
Black with #7FA9FF
Text Example
Text Example
White with #7FA9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA9FF; }
p { color: rgb(127,169,255); }
H1.HeaderClassName
{
color: #7FA9FF;
}
.AnyTagClassName
{
color: #7FA9FF;
}
</style>
background-color css
<style>
a { background-color: #7FA9FF; }
a { background-color: rgb(127,169,255); }
div.DivClassName
{
background-color: #7FA9FF;
}
.BgClassName
{
background-color: #7FA9FF;
}
</style>
border-color css
<style>
span { border-color: #7FA9FF; }
span { border-color: rgb(127,169,255); }
td.TdClassName
{
border-color: #7FA9FF;
}
.TagClassName
{
border-color: #7FA9FF;
}
</style>