Shades of Jordy Blue #7FA4DF
Tints of Jordy Blue #7FA4DF
RGB
CMYK
RGB Variations
Color information
#7FA4DF (or 0x7FA4DF) is known color: Jordy Blue. HEX triplet: 7F, A4 and DF. RGB value is (127,164,223). Sum of RGB (Red+Green+Blue) = 127+164+223=514 (68% of max value = 765). Red value is 127 (50% from 255 or 24.71% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FA4DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA4DF is #805B20. Grayscale: #9F9F9F. Windows color (decimal): -8411937 or 14656639. OLE color: 14656639.
HSL color Cylindrical-coordinate representation of color #7FA4DF: hue angle of 216.88º 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 #7FA4DF is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 164 | 223 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.13 |
| HSL | 216.88º | 0.6% | 0.69% | - |
| HSV(B) | 216.88º | 0.43% | 0.87% | - |
| XYZ | 35.35 | 36.39 | 74.97 | - |
| YUV | 159.66 | 163.74 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 164 | 223 | 0.43 | 0.26 | 0 | 0.13 | 216.88 | 0.6 | 0.69 |
| Hex | 7F | A4 | DF | 2B | 1A | 0 | D | D9 | 3C | 45 |
| Octal | 177 | 244 | 337 | 53 | 32 | 0 | 15 | 331 | 74 | 105 |
| Binary | 1111111 | 10100100 | 11011111 | 101011 | 11010 | 0 | 1101 | 11011001 | 111100 | 1000101 |
Color Harmonies of #7FA4DF
Complementary color
Monochromatic Colors of #7FA4DF
Black with #7FA4DF
Text Example
Text Example
White with #7FA4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA4DF; }
p { color: rgb(127,164,223); }
H1.HeaderClassName
{
color: #7FA4DF;
}
.AnyTagClassName
{
color: #7FA4DF;
}
</style>
background-color css
<style>
a { background-color: #7FA4DF; }
a { background-color: rgb(127,164,223); }
div.DivClassName
{
background-color: #7FA4DF;
}
.BgClassName
{
background-color: #7FA4DF;
}
</style>
border-color css
<style>
span { border-color: #7FA4DF; }
span { border-color: rgb(127,164,223); }
td.TdClassName
{
border-color: #7FA4DF;
}
.TagClassName
{
border-color: #7FA4DF;
}
</style>